From d7e341b58e0c027886fc4ca6b424284f92494aa4 Mon Sep 17 00:00:00 2001 From: Viktor Varland Date: Mon, 23 Nov 2020 08:39:44 +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 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}}