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
committerDanielle Adams <adamzdanielle@gmail.com>2022-04-21 03:34:21 +0300
commit51847e0d247e20cdc6bb9c3717ed8598b080df2e (patch)
treec7a44c7f7ef936f253ba870b2ce544da0007151d /.github
parentbc0816595326211491ce9271441c99eeead195b2 (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