| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent b89fb3e commit 85f1537
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -14,7 +14,7 @@ jobs: | |||
| 14 | 14 | env: | |
| 15 | 15 | NUMBER: ${{ github.event.issue.number || github.event.pull_request.number }} | |
| 16 | 16 | GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
| 17 | - run: gh pr comment "$NUMBER" --repo ${{ github.repository }} --body "This issue/PR was marked as stalled, it will be automatically closed in 30 days. If it should remain open, please leave a comment explaining why it should remain open." | ||
| 17 | + run: gh issue comment "$NUMBER" --repo ${{ github.repository }} --body "This issue/PR was marked as stalled, it will be automatically closed in 30 days. If it should remain open, please leave a comment explaining why it should remain open." | ||
| 18 | 18 | ||
| 19 | 19 | fastTrack: | |
| 20 | 20 | if: github.repository == 'nodejs/node' && github.event_name == 'pull_request_target' && github.event.label.name == 'fast-track' | |
| Back | FazBrowse Home | New Git URL |
0 commit comments