We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e959094 commit 283362eCopy full SHA for 283362e
1 file changed
.github/workflows/dependabot-automerge.yml
@@ -18,6 +18,7 @@ jobs:
18
- name: Merge Dependabot pull requests after CI passes
19
env:
20
GH_TOKEN: ${{ github.token }}
21
+ GH_REPO: ${{ github.repository }}
22
RUN_PULL_REQUESTS: ${{ toJson(github.event.workflow_run.pull_requests) }}
23
run: |
24
PR_NUMBERS="$(python - <<'PY'
0 commit comments