| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -23,7 +23,7 @@ jobs: | |||
| 23 | 23 | run: gh issue comment "$NUMBER" --repo ${{ github.repository }} --body "$STALE_MESSAGE" | |
| 24 | 24 | ||
| 25 | 25 | fast-track: | |
| 26 | - if: github.repository == 'nodejs/node' && github.event.issue.pull_request && github.event.label.name == 'fast-track' | ||
| 26 | + if: github.repository == 'nodejs/node' && github.event_name == 'pull_request_target' && github.event.label.name == 'fast-track' | ||
| 27 | 27 | runs-on: ubuntu-latest | |
| 28 | 28 | steps: | |
| 29 | 29 | - name: Request Fast-Track | |
| Back | FazBrowse Home | New Git URL |
0 commit comments