From e470dc8a121e8bf5d2c9014d0b571cfa55a9b83f Mon Sep 17 00:00:00 2001 From: Quentin McGaw Date: Wed, 20 Mar 2024 14:55:10 +0000 Subject: [PATCH] chore(ci): add opened issue workflow --- .github/workflows/opened-issue.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/workflows/opened-issue.yml diff --git a/.github/workflows/opened-issue.yml b/.github/workflows/opened-issue.yml new file mode 100644 index 00000000..19802acb --- /dev/null +++ b/.github/workflows/opened-issue.yml @@ -0,0 +1,22 @@ +name: Opened issue +on: + issues: + types: [opened] + +jobs: + comment: + permissions: + issues: write + runs-on: ubuntu-latest + steps: + - uses: peter-evans/create-or-update-comment@v4 + with: + token: ${{ github.token }} + issue-number: ${{ github.event.issue.number }} + body: | + @qdm12 is more or less the only maintainer of this project and works on it in his free time. + Please: + - **do not** ask for updates, be patient + - :+1: the issue to show your support instead of commenting + @qdm12 usually checks issues at least once a week, if this is a new urgent bug, + [revert to an older tagged container image](https://github.com/qdm12/gluetun-wiki/blob/main/setup/docker-image-tags.md)