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.
2 parents 86a72d8 + 03cf1ab commit 69dcab9Copy full SHA for 69dcab9
.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