From 30b6a58cc002cce69f7aaaf1e57d6ebcb61e0031 Mon Sep 17 00:00:00 2001 From: Gerd Date: Thu, 10 Apr 2025 16:05:07 +0200 Subject: [PATCH] update --- .github/workflows/ignored.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/ignored.yml diff --git a/.github/workflows/ignored.yml b/.github/workflows/ignored.yml new file mode 100644 index 000000000..97b5f10b9 --- /dev/null +++ b/.github/workflows/ignored.yml @@ -0,0 +1,18 @@ +name: ignored +on: + issues: + types: + - labeled +jobs: + add-comment: + if: github.event.label.name == 'ignored' + runs-on: ubuntu-latest + permissions: + issues: write + steps: + - name: Close Issue + uses: peter-evans/close-issue@v3 + with: + issue-number: ${{ github.event.issue.number }} + close-reason: not_planned + comment: The requested details in the issue template were not provided. The information is either completely missing or insufficient. Issues lacking required details are not processed.