We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44ebcb9 commit 588f26cCopy full SHA for 588f26c
.github/workflows/auto-approve.yml
@@ -9,7 +9,7 @@ jobs:
9
auto-approve:
10
name: Auto-approve Konflux updates for default branch
11
runs-on: ubuntu-latest
12
- if: github.actor == 'red-hat-konflux[bot]' && github.event.label.name == 'auto-approve' && github.event.pull_request.base.ref == github.event.pull_request.base.repo.default_branch
+ if: github.actor == 'red-hat-konflux[bot]' && github.event.label.name == 'auto-approve'
13
steps:
14
- env:
15
GH_TOKEN: ${{ secrets.RHACS_BOT_GITHUB_TOKEN }}
0 commit comments