chat-ops: Only run for pull request authors

This commit is contained in:
Johannes Meyer 2020-07-13 13:48:37 +02:00
parent 94e98df59f
commit 21a372f25f
1 changed files with 1 additions and 1 deletions

View File

@ -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