Skip to content

Commit 588f26c

Browse files
authored
ROX-32250: Enable MintMaker auto-merges on all branches (#2549)
1 parent 44ebcb9 commit 588f26c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto-approve.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
auto-approve:
1010
name: Auto-approve Konflux updates for default branch
1111
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
12+
if: github.actor == 'red-hat-konflux[bot]' && github.event.label.name == 'auto-approve'
1313
steps:
1414
- env:
1515
GH_TOKEN: ${{ secrets.RHACS_BOT_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)