Skip to content

Commit

Permalink
ci: add comment and close workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
varl authored Nov 23, 2020
1 parent 11db7ca commit d7e341b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/comment-and-close.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
on:
issues:
types: [opened]

jobs:
comment-and-close:
runs-on: ubuntu-latest
steps:
- uses: vardevs/candc@v1
with:
close-comment: 'If you would like to file a bug report or feature request, please refer to our issue tracker: https://jira.dhis2.org'
exempt-users: dhis2-bot,dependabot,kodiakhq
github-token: ${{secrets.DHIS2_BOT_GITHUB_TOKEN}}

0 comments on commit d7e341b

Please sign in to comment.