mirror of
https://github.com/Icinga/L10n.git
synced 2025-04-08 17:15:19 +02:00
chat-ops: Only run for pull request authors
This commit is contained in:
parent
94e98df59f
commit
21a372f25f
2
.github/workflows/chat-ops.yml
vendored
2
.github/workflows/chat-ops.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user