From 45958695bfe570611045aa4bd46d91e980b7520c Mon Sep 17 00:00:00 2001 From: Joscha <34318751+josxha@users.noreply.github.com> Date: Mon, 19 Feb 2024 23:41:10 +0100 Subject: [PATCH] Update issue_opened.yml --- .github/workflows/issue_opened.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/issue_opened.yml b/.github/workflows/issue_opened.yml index 9a7f388..0a138e0 100644 --- a/.github/workflows/issue_opened.yml +++ b/.github/workflows/issue_opened.yml @@ -22,7 +22,7 @@ jobs: - name: Set labels based on package field uses: redhat-plumbers-in-action/advanced-issue-labeler@v3 with: - issue-form: ${{ steps.issue-parser.outputs.jsonString }} + issue-form: ${{ steps.issue-parser-bug.outputs.jsonString }} section: package block-list: | other @@ -36,7 +36,7 @@ jobs: - name: Set labels based on package field uses: redhat-plumbers-in-action/advanced-issue-labeler@v3 with: - issue-form: ${{ steps.issue-parser.outputs.jsonString }} + issue-form: ${{ steps.issue-parser-feature.outputs.jsonString }} section: package block-list: | other