Skip to content

Commit

Permalink
JIRA fix for search issue (#1801)
Browse files Browse the repository at this point in the history
  • Loading branch information
David Yu committed Feb 14, 2023
1 parent adb7fcf commit 89bbe84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jira-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set ticket type
id: set-ticket-type
run: |
echo "TYPE=Github Issue" >> $GITHUB_OUTPUT
echo "TYPE=GH Issue" >> $GITHUB_OUTPUT
- name: Set ticket labels
if: github.event.action == 'opened'
Expand Down

0 comments on commit 89bbe84

Please sign in to comment.