Skip to content

Commit

Permalink
Merge pull request #616 from hkad98/update-bump
Browse files Browse the repository at this point in the history
ci: remove label and approve in bump workflow
  • Loading branch information
hkad98 authored Apr 11, 2024
2 parents 50cf682 + 938cdc8 commit d1d0605
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bump-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ jobs:
- name: Approve the PR as yenkins-admin
if: ${{ steps.commit.outputs.pushed == 'true' }}
run: |
gh pr review ${{ steps.pr.outputs.pr_number }} --approve
gh issue edit ${{ steps.pr.outputs.pr_number }} --add-label "merge"
gh pr review ${{ steps.pr.outputs.pr_number }} --approve
gh pr merge ${{ steps.pr.outputs.pr_number }} --auto
env:
GH_TOKEN: ${{ secrets.TOKEN_GITHUB_YENKINS_ADMIN }}
- name: Wait for PR to be merged
Expand Down

0 comments on commit d1d0605

Please sign in to comment.