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 9c44eb8 commit 3d6da2b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/do-prioritize-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ jobs:
steps:
- name: Get Issue Labels
id: getlabels
uses: snnaplab/get-labels-action@v1
with:
number: ${{ github.event.issue.number }}
uses: weibullguy/get-labels-action@main

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

0 comments on commit 3d6da2b

Please sign in to comment.