mirror of https://github.com/status-im/consul.git
JIRA: Small fix to search plugin for JIRA issues (#15816)
This commit is contained in:
parent
692a6edd7d
commit
1406d428dd
|
@ -20,7 +20,7 @@ jobs:
|
||||||
- name: Set ticket type
|
- name: Set ticket type
|
||||||
id: set-ticket-type
|
id: set-ticket-type
|
||||||
run: |
|
run: |
|
||||||
echo "TYPE=Github Issue" >> $GITHUB_OUTPUT
|
echo "TYPE=GH Issue" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
- name: Set ticket labels
|
- name: Set ticket labels
|
||||||
if: github.event.action == 'opened'
|
if: github.event.action == 'opened'
|
||||||
|
|
Loading…
Reference in New Issue