diff --git a/.github/workflows/comment-and-close.yml b/.github/workflows/comment-and-close.yml new file mode 100644 index 000000000..6aa782a08 --- /dev/null +++ b/.github/workflows/comment-and-close.yml @@ -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}}