We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bba73da commit ac7e403Copy full SHA for ac7e403
.github/workflows/release.yml
@@ -58,10 +58,10 @@ jobs:
58
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
59
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
60
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 }}
+ # comment:
+ # needs: [release]
+ # name: 📝 Comment on related issues and pull requests
+ # if: github.repository == 'remix-run/react-router'
+ # uses: remix-run/react-router/.github/workflows/release-comments.yml@main
+ # with:
+ # ref: ${{ github.ref }}
0 commit comments