Skip to content

Commit 1a87207

Browse files
committed
tools: enable CQ approval label test
Enable the commit queue in node-auto-test. Treat queued PRs as aged so PR 103 exercises the approval label. PR-URL: nodejs/node#65538 Assisted-by: Codex Signed-off-by: Filip Skokan <panva.ip@gmail.com>
1 parent f1718a5 commit 1a87207

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/commit-queue.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
get_candidate_prs:
2626
permissions:
2727
pull-requests: read
28-
if: github.repository == 'nodejs/node'
28+
if: github.repository == 'nodejs/node-auto-test'
2929
runs-on: ubuntu-slim
3030
outputs:
3131
aged_prs: ${{ steps.get_candidate_prs.outputs.aged_prs }}
@@ -45,7 +45,7 @@ jobs:
4545
--limit 100
4646
}
4747
aged_prs=$(list_prs \
48-
--search "created:<=$(date --date="2 days ago" +"%Y-%m-%dT%H:%M:%S%z") -label:blocked")
48+
--search "created:<=$(date --date="0 days ago" +"%Y-%m-%dT%H:%M:%S%z") -label:blocked")
4949
fast_track_prs=$(list_prs \
5050
--label 'fast-track' \
5151
--search "-label:blocked")

0 commit comments

Comments
 (0)