Skip to content

Commit

Permalink
adds more github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
RettBehrens committed Feb 2, 2023
1 parent a0f4547 commit a26ec2e
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/jira_create_issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
issues:
types:
- opened
- reopened

jobs:
create_jira_issue:
Expand Down
11 changes: 11 additions & 0 deletions .github/workflows/jira_update_issue_closed.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Update Jira Ticket Status To Done

on:
issues:
types:
- closed

jobs:
create_jira_issue:
uses: XeroAPI/Xero-OpenAPI/.github/workflows/jira_update_issue_closed.yml@master
secrets: inherit
11 changes: 11 additions & 0 deletions .github/workflows/jira_update_issue_reopen.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Update Jira Ticket Status To Backlog

on:
issues:
types:
- reopened

jobs:
create_jira_issue:
uses: XeroAPI/Xero-OpenAPI/.github/workflows/jira_update_issue_reopen.yml@master
secrets: inherit

0 comments on commit a26ec2e

Please sign in to comment.