Skip to content

Commit 2b1dabf

Browse files
panvabengl
authored andcommitted
build: revert fast-track changes
PR-URL: #41892 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
1 parent 5796c3a commit 2b1dabf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/comment-labeled.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: gh issue comment "$NUMBER" --repo ${{ github.repository }} --body "$STALE_MESSAGE"
2424

2525
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'
2727
runs-on: ubuntu-latest
2828
steps:
2929
- name: Request Fast-Track

0 commit comments

Comments
 (0)