From aa5413da4e61e655b1df331db3bce6cb8744367f Mon Sep 17 00:00:00 2001 From: Ilya Fedin Date: Wed, 31 Jan 2024 10:36:41 +0400 Subject: [PATCH] Ensure `cant reproduce` label is not automatically removed --- .github/workflows/no-response.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/no-response.yml b/.github/workflows/no-response.yml index 3764155b9e..f414a55fd6 100644 --- a/.github/workflows/no-response.yml +++ b/.github/workflows/no-response.yml @@ -26,6 +26,7 @@ jobs: responseRequiredLabel: needs user action cant-reproduce: + if: github.event_name != 'issue_comment' runs-on: ubuntu-latest steps: - uses: lee-dohm/no-response@v0.5.0