mirror of https://github.com/Icinga/L10n.git
Introduce workflow chat-ops
This commit is contained in:
parent
5c3d9a3f1b
commit
94e98df59f
|
@ -0,0 +1,21 @@
|
|||
name: Slash Command Dispatch
|
||||
|
||||
on:
|
||||
issue_comment:
|
||||
types: [created]
|
||||
|
||||
jobs:
|
||||
resolve-command-dispatch:
|
||||
name: Conflict Resolution Command
|
||||
runs-on: ubuntu-latest
|
||||
if: github.event.actor.login == github.event.payload.issue.user.login
|
||||
|
||||
steps:
|
||||
- name: Conflict Resolution Command Dispatch
|
||||
uses: peter-evans/slash-command-dispatch@v1
|
||||
with:
|
||||
token: ${{ secrets.ICINGABOT_TOKEN }}
|
||||
reaction-token: ${{ secrets.ICINGABOT_TOKEN }}
|
||||
commands: resolve
|
||||
permission: read
|
||||
issue-type: pull-request
|
Loading…
Reference in New Issue