There was an error while loading. Please reload this page.
1 parent 715703f commit fa1df27Copy full SHA for fa1df27
1 file changed
.github/workflows/automerge.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
# Prüft, ob der Ersteller des PRs Mitglied der Organisation ist
14
# 'MEMBER' umfasst alle Mitglieder der Org, in der das Repo liegt
15
- if: github.event.pull_request.author_association == 'MEMBER' && github.repository != 'lemueIO/.github'
+ if: (github.event.pull_request.author_association == 'MEMBER' || github.event.pull_request.author_association == 'OWNER') && github.repository != 'lemueIO/.github'
16
steps:
17
- name: Enable Automerge
18
uses: peter-evans/enable-pull-request-automerge@v3
0 commit comments