Skip to content

Commit

Permalink
Merge branch 'master' into mzibrick-ccxdev14404-insh_droid
Browse files Browse the repository at this point in the history
  • Loading branch information
matysek authored Oct 8, 2024
2 parents 39f2d4a + a542f6d commit 95398e2
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/bots-automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,19 @@ jobs:
github.event.pull_request.user.login == 'red-hat-konflux[bot]' ||
github.event.pull_request.user.login == 'InsightsDroid'
steps:
- run: gh auth status
env:
GH_TOKEN: ${{ github.token }}
- run: gh auth login
env:
GH_TOKEN: ${{ github.token }}
- run: gh auth status
env:
GH_TOKEN: ${{ github.token }}
- name: Github Actions bot approves the PR
run: gh pr review --approve "$PR_URL"
run: |
gh auth status
gh pr review --approve "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GH_TOKEN: ${{ github.token }}
Expand Down

0 comments on commit 95398e2

Please sign in to comment.