Skip to content

Commit 82d24f1

Browse files
committed
adds more github actions
1 parent 186bb80 commit 82d24f1

File tree

3 files changed

+22
-1
lines changed

3 files changed

+22
-1
lines changed

.github/workflows/jira_create_issue.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
issues:
55
types:
66
- opened
7-
- reopened
87

98
jobs:
109
create_jira_issue:
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Update Jira Ticket Status To Done
2+
3+
on:
4+
issues:
5+
types:
6+
- closed
7+
8+
jobs:
9+
create_jira_issue:
10+
uses: XeroAPI/Xero-OpenAPI/.github/workflows/jira_update_issue_closed.yml@master
11+
secrets: inherit
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Update Jira Ticket Status To Backlog
2+
3+
on:
4+
issues:
5+
types:
6+
- reopened
7+
8+
jobs:
9+
create_jira_issue:
10+
uses: XeroAPI/Xero-OpenAPI/.github/workflows/jira_update_issue_reopen.yml@master
11+
secrets: inherit

0 commit comments

Comments
 (0)