From fe9ab6f2cd7506992f4c38d6c693a510c8989141 Mon Sep 17 00:00:00 2001 From: MarkoAleksandric Date: Wed, 15 Jul 2026 13:44:09 +0200 Subject: [PATCH] fix --- .github/workflows/ExtReqImplementDispatch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ExtReqImplementDispatch.yml b/.github/workflows/ExtReqImplementDispatch.yml index 01e42a5581..bc93224d4e 100644 --- a/.github/workflows/ExtReqImplementDispatch.yml +++ b/.github/workflows/ExtReqImplementDispatch.yml @@ -28,7 +28,7 @@ jobs: dispatch: if: >- github.event.issue.state == 'open' && - github.event.label.name == env.FIX_LABEL + github.event.label.name == 'ext-ready-to-implement' runs-on: ubuntu-latest steps: - name: Validate PAT secret