Skip to content

Commit

Permalink
WIP: testing new publish ci x11
Browse files Browse the repository at this point in the history
  • Loading branch information
9and3 committed Aug 23, 2024
1 parent 1bbea67 commit be94e4f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,13 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Approve pull request
run: |
PR_NUMBER=$(gh pr list --head version-sync-branch --json number --jq '.[0].number')
gh pr review $PR_NUMBER --approve
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Merge pull request
run: |
gh pr merge --squash --delete-branch --admin
Expand Down

0 comments on commit be94e4f

Please sign in to comment.