From 51847e0d247e20cdc6bb9c3717ed8598b080df2e Mon Sep 17 00:00:00 2001 From: Filip Skokan Date: Tue, 8 Feb 2022 15:42:08 +0100 Subject: [PATCH] build: revert fast-track changes PR-URL: https://github.com/nodejs/node/pull/41892 Reviewed-By: Rich Trott Reviewed-By: Antoine du Hamel --- .github/workflows/comment-labeled.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/comment-labeled.yml b/.github/workflows/comment-labeled.yml index 1a6b8cf15ec19b..5c529000a63fb2 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