Skip to content

Commit 9c44eb8

Browse files
authored
Update do-prioritize-issues.yml
1 parent dff8724 commit 9c44eb8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/do-prioritize-issues.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
- name: Get Issue Labels
2323
id: getlabels
2424
uses: snnaplab/get-labels-action@v1
25+
with:
26+
number: ${{ github.event.issue.number }}
2527

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

0 commit comments

Comments
 (0)