CLI-1389: "push:artifact" command has support for multiple git urls using acli config file but not supported in file. #322
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: Sync GitHub issues to Jira | |
on: | |
issues: | |
types: | |
- opened | |
- closed | |
pull_request_target: | |
types: | |
- opened | |
permissions: | |
issues: write | |
pull-requests: read | |
jobs: | |
jira: | |
uses: acquia/.github/.github/workflows/jira.yml@main | |
secrets: | |
jira-api-token: ${{ secrets.JIRA_API_TOKEN }} | |
github-token: ${{ secrets.GITHUB_TOKEN }} | |
jira-user-email: ${{ secrets.JIRA_USER_EMAIL }} | |
with: | |
project_key: CLI |