Adding in idempotency_key is a breaking change and not backward compatible #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |