From 852196a0130ee416e1ac8e40c3be8d8dcfdfd99d Mon Sep 17 00:00:00 2001 From: Ilya Fedin Date: Fri, 26 Jan 2024 22:46:01 +0400 Subject: [PATCH] Add `cant reproduce` label handling --- .github/workflows/no-response.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/.github/workflows/no-response.yml b/.github/workflows/no-response.yml index 3070db6b27..3764155b9e 100644 --- a/.github/workflows/no-response.yml +++ b/.github/workflows/no-response.yml @@ -24,3 +24,22 @@ jobs: with: token: ${{ github.token }} responseRequiredLabel: needs user action + + cant-reproduce: + runs-on: ubuntu-latest + steps: + - uses: lee-dohm/no-response@v0.5.0 + with: + token: ${{ github.token }} + responseRequiredLabel: cant reproduce + closeComment: > + This issue has been automatically closed because no developer succeeded to + reproduce the issue with the given reproduction steps. With only the + information that is currently in the issue, we don't have enough + information to take action. Please reach out if you find what's missing to + reproduce the issue so that we can investigate further. + + + Note that GitHub is a developer communication platform. If you're an ordinary + user seeking for help, get to support crew via `Settings -> Ask question` in + the application.