Skip to content

Commit

Permalink
adjust automerge filter
Browse files Browse the repository at this point in the history
  • Loading branch information
mschuwalow committed Jan 14, 2024
1 parent e727191 commit 5e9bce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
enable-auto-merge:
runs-on: ubuntu-latest
if: github.event.pull_request.user.login == 'mschuwalow' && contains(github.event.pull_request.labels.*.name, 'automerge')
if: contains(github.event.pull_request.labels.*.name, 'automerge')
permissions:
contents: write
steps:
Expand Down

0 comments on commit 5e9bce1

Please sign in to comment.