Skip to content

Commit

Permalink
[Bot update] Enable ChatOps (#503)
Browse files Browse the repository at this point in the history
Files changed:
.github/workflows/chatops.yml
Requested by: BSData/chatops#1 (comment)
  • Loading branch information
BSData-bot authored Jul 10, 2020
1 parent 1027c98 commit 97eb82f
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/chatops.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# For details and description, see https://github.com/BSData/chatops
name: ChatOps
on:
issue_comment:
types: [created]
jobs:
dispatch:
runs-on: ubuntu-latest
steps:
- name: Checkout ChatOps repo
uses: actions/checkout@v2
with:
repository: BSData/chatops
path: chatops
- name: /command dispatch
uses: peter-evans/slash-command-dispatch@v1
with:
token: ${{ secrets.SLASH_COMMAND_DISPATCH_TOKEN }}
config-from-file: chatops/commands.json

0 comments on commit 97eb82f

Please sign in to comment.