Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilip Skokan <panva.ip@gmail.com>2022-02-08 17:42:08 +0300
committerFilip Skokan <panva.ip@gmail.com>2022-02-08 19:05:00 +0300
commitd1a9c439ff61e476e11eab98919390b1031c675c (patch)
tree56f694be928750b7d8be240f7f81aa8c44e4b844 /.github
parent1f17592116bd0de7bb0f1f752b1aa81e53ca95e5 (diff)
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>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/comment-labeled.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/comment-labeled.yml b/.github/workflows/comment-labeled.yml
index 1a6b8cf15ec..5c529000a63 100644
--- a/.github/workflows/comment-labeled.yml
+++ b/.github/workflows/comment-labeled.yml
@@ -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