From f135d8de198e89c1ef05b373ae420d8532fdc462 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Mon, 13 Jul 2020 15:18:26 +0200 Subject: [PATCH] chat-ops: Also allow members to resolve conflicts --- .github/workflows/chat-ops.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/chat-ops.yml b/.github/workflows/chat-ops.yml index b2c293e1..3ca9f1d5 100644 --- a/.github/workflows/chat-ops.yml +++ b/.github/workflows/chat-ops.yml @@ -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