Skip to content

Commit

Permalink
Merge pull request #52 from YangKian/ci
Browse files Browse the repository at this point in the history
ci: skip slash-command-action if comment does not match
  • Loading branch information
mergify[bot] authored Jan 4, 2022
2 parents 0d3d894 + 2187da1 commit 6abc8a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/issue-cmds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ jobs:
assignme:
name: /assignme
runs-on: ubuntu-latest
if: startsWith(github.event.comment.body, '/assignme')

steps:
- uses: xt0rted/slash-command-action@v1
Expand All @@ -26,6 +27,7 @@ jobs:
help:
name: /help
runs-on: ubuntu-latest
if: startsWith(github.event.comment.body, '/help')

steps:
- uses: xt0rted/slash-command-action@v1
Expand Down

0 comments on commit 6abc8a6

Please sign in to comment.