mirror of https://github.com/nodejs/node.git
build: revert fast-track changes
PR-URL: https://github.com/nodejs/node/pull/41892 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>pull/41901/head
parent
1f17592116
commit
d1a9c439ff
|
@ -23,7 +23,7 @@ jobs:
|
|||
run: gh issue comment "$NUMBER" --repo ${{ github.repository }} --body "$STALE_MESSAGE"
|
||||
|
||||
fast-track:
|
||||
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'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Request Fast-Track
|
||||
|
|
Loading…
Reference in New Issue