We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5796c3a commit 2b1dabfCopy full SHA for 2b1dabf
.github/workflows/comment-labeled.yml
@@ -23,7 +23,7 @@ jobs:
23
run: gh issue comment "$NUMBER" --repo ${{ github.repository }} --body "$STALE_MESSAGE"
24
25
fast-track:
26
- if: github.repository == 'nodejs/node' && github.event.issue.pull_request && github.event.label.name == 'fast-track'
+ if: github.repository == 'nodejs/node' && github.event_name == 'pull_request_target' && github.event.label.name == 'fast-track'
27
runs-on: ubuntu-latest
28
steps:
29
- name: Request Fast-Track
0 commit comments