Skip to content

Commit

Permalink
[CCXDEV-14404] Cleanup Fix GH actionts for konflux automerge.
Browse files Browse the repository at this point in the history
  • Loading branch information
matysek committed Sep 20, 2024
1 parent 8b00222 commit 073ab09
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/bots-automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ permissions:
jobs:
bot-automerge:
runs-on: ubuntu-latest
#if: github.actor == 'red-hat-konflux[bot]'
#github.actor == 'red-hat-konflux[bot]' ||
#github.actor == 'dependabot[bot]' ||
#github.actor == 'InsightsDroid'
if: |
github.actor == 'red-hat-konflux[bot]' ||
github.actor == 'dependabot[bot]' ||
github.actor == 'InsightsDroid'
steps:
- name: Github Actions bot approves the PR
run: gh pr review --approve "$PR_URL"
Expand Down

0 comments on commit 073ab09

Please sign in to comment.