Skip to content

Commit

Permalink
Update do-prioritize-issues.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
weibullguy committed May 6, 2023
1 parent dff8724 commit 9c44eb8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/do-prioritize-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
- name: Get Issue Labels
id: getlabels
uses: snnaplab/get-labels-action@v1
with:
number: ${{ github.event.issue.number }}

- name: Add High Urgency Labels
if: (endsWith(steps.getlabels.outputs.labels, ' convention ') && endsWith(steps.getlabels.outputs.labels, ' bug '))
Expand Down

0 comments on commit 9c44eb8

Please sign in to comment.