Commit 78e63b7 1 parent 1a57aca commit 78e63b7 Copy full SHA for 78e63b7
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,21 +10,21 @@ jobs:
10
10
runs-on : ubuntu-22.04
11
11
steps :
12
12
- name : Login
13
- uses : atlassian/gajira-login@v3.0.0
13
+ uses : atlassian/gajira-login@v3.0.1
14
14
env :
15
15
JIRA_BASE_URL : ${{ secrets.JIRA_BASE_URL }}
16
16
JIRA_USER_EMAIL : ${{ secrets.JIRA_USER_EMAIL }}
17
17
JIRA_API_TOKEN : ${{ secrets.JIRA_API_TOKEN }}
18
18
- name : Create Bug
19
- uses : atlassian/gajira-create@v3.0.0
19
+ uses : atlassian/gajira-create@v3.0.1
20
20
if : contains(github.event.issue.labels.*.name, 'bug')
21
21
with :
22
22
project : TKET
23
23
issuetype : Bug
24
24
summary : « [pytket-qiskit] ${{ github.event.issue.title }}»
25
25
description : ${{ github.event.issue.html_url }}
26
26
- name : Create Task
27
- uses : atlassian/gajira-create@v3.0.0
27
+ uses : atlassian/gajira-create@v3.0.1
28
28
if : " ! contains(github.event.issue.labels.*.name, 'bug')"
29
29
with :
30
30
project : TKET
You can’t perform that action at this time.
0 commit comments