We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--repo
1 parent 86a72d8 commit 03cf1abCopy full SHA for 03cf1ab
.github/workflows/triage.yml
@@ -59,7 +59,7 @@ jobs:
59
if: steps.base.outputs.branch == 'master'
60
env:
61
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
62
- run: gh pr edit "${PR}" --base main
+ run: gh pr edit "${PR}" --base main --repo "${GITHUB_REPOSITORY}"
63
64
- name: Post comment
65
0 commit comments