From f137675a73842b22ce979b10e6f3e6f985286af1 Mon Sep 17 00:00:00 2001 From: Viktor Varland Date: Fri, 20 Nov 2020 15:44:50 +0100 Subject: [PATCH] ci: add comment and close workflow --- .github/workflows/comment-and-close.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/comment-and-close.yml diff --git a/.github/workflows/comment-and-close.yml b/.github/workflows/comment-and-close.yml new file mode 100644 index 00000000..6aa782a0 --- /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}}