Skip to content

Commit

Permalink
fix: Comment out broken priority code
Browse files Browse the repository at this point in the history
  • Loading branch information
croyzor committed Sep 27, 2023
1 parent b2812b3 commit be5fcb1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ jobs:
- name: Parse the priority label into a Jira priority
id: set_priority_var
env:
LABELS: ${{ github.event.issue.labels.*.name }}
LABELS: ""
# TODO: Find a way to use this list in the bash script below
# LABELS: ${{ github.event.issue.labels.*.name }}
run: |
MY_RESULT=""
for label in $LABELS
Expand Down

0 comments on commit be5fcb1

Please sign in to comment.