Skip to content

Commit ac7e403

Browse files
committed
chore(CI): temporarily remove comment job
1 parent bba73da commit ac7e403

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ jobs:
5858
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5959
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
6060

61-
comment:
62-
needs: [release]
63-
name: 📝 Comment on related issues and pull requests
64-
if: github.repository == 'remix-run/react-router'
65-
uses: remix-run/react-router/.github/workflows/release-comments.yml@main
66-
with:
67-
ref: ${{ github.ref }}
61+
# comment:
62+
# needs: [release]
63+
# name: 📝 Comment on related issues and pull requests
64+
# if: github.repository == 'remix-run/react-router'
65+
# uses: remix-run/react-router/.github/workflows/release-comments.yml@main
66+
# with:
67+
# ref: ${{ github.ref }}

0 commit comments

Comments
 (0)