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 e581ef1 + 169caa5 commit 5dc5b67Copy full SHA for 5dc5b67
.github/workflows/on_merge.yml
@@ -42,6 +42,8 @@ jobs:
42
branch: feat/update-authors-md
43
base: main
44
45
- - name: Merge PR with gh
+ - name: Login and merge PR with gh
46
if: env.CHANGED == 'true'
47
- run: gh pr merge --squash --auto
+ run: |
48
+ gh auth login --with-token < ${{ secrets.GITHUB_TOKEN }}
49
+ gh pr merge --auto --squash --delete-branch
0 commit comments