mirror of https://github.com/Icinga/L10n.git
chat-ops: Also allow members to resolve conflicts
This commit is contained in:
parent
21a372f25f
commit
f135d8de19
|
@ -8,7 +8,7 @@ jobs:
|
|||
resolve-command-dispatch:
|
||||
name: Conflict Resolution Command
|
||||
runs-on: ubuntu-latest
|
||||
if: github.actor == github.event.issue.user.login
|
||||
if: github.event.comment.author_association == 'MEMBER' || github.actor == github.event.issue.user.login
|
||||
|
||||
steps:
|
||||
- name: Conflict Resolution Command Dispatch
|
||||
|
|
Loading…
Reference in New Issue