We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3165b78 commit 6d20cd4Copy full SHA for 6d20cd4
1 file changed
.github/workflows/auto-start-ci.yml
@@ -32,7 +32,7 @@ jobs:
32
33
- name: Get Pull Requests and start CI
34
run: |
35
- prs=`gh pr list --repo ${{ github.repository }} --limit 100 --json number -q 'map(.number) | .[]'`
+ prs=`gh pr list --repo nodejs/node --limit 100 --json number -q 'map(.number) | .[]'`
36
./tools/actions/start-ci.sh ${{ secrets.GITHUB_TOKEN }} ${{ env.OWNER }} ${{ env.REPOSITORY }} $prs
37
env:
38
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments