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.
1 parent a4af6eb commit 0e14a23Copy full SHA for 0e14a23
.github/workflows/on_merge.yml
@@ -39,13 +39,6 @@ jobs:
39
token: ${{ secrets.GITHUB_TOKEN }}
40
commit-message: "chore: update AUTHORS.md"
41
title: "chore: update AUTHORS.md"
42
- body: "This PR updates the AUTHORS.md file."
+ body: "This PR updates the AUTHORS.md file. Related to PR #${{ github.event.pull_request.number }}"
43
branch: feat/update-authors-md
44
base: main
45
-
46
- - name: Login and merge PR with gh
47
- if: env.CHANGED == 'true'
48
- run: |
49
- echo ${{ secrets.GITHUB_TOKEN }} > token.txt
50
- gh auth login --with-token < token.txt
51
- gh pr merge --auto --squash --delete-branch
0 commit comments