Skip to content

Commit

Permalink
Update issue_opened.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
josxha committed Feb 19, 2024
1 parent 3228fc9 commit 4595869
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/issue_opened.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 4595869

Please sign in to comment.