From 21a372f25f6bef61a99693c8f9af9c4ff80429bc Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Mon, 13 Jul 2020 13:48:37 +0200 Subject: [PATCH] chat-ops: Only run for pull request authors --- .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 06f4ec93..b2c293e1 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.event.actor.login == github.event.payload.issue.user.login + if: github.actor == github.event.issue.user.login steps: - name: Conflict Resolution Command Dispatch