Merge the INSAR_ISCE_MULTI_BURST
job spec with INSAR_ISCE_BURST
#23
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: Create Jira issue | |
on: | |
issues: | |
types: [labeled] | |
jobs: | |
call-create-jira-issue-workflow: | |
uses: ASFHyP3/actions/.github/workflows/[email protected] | |
secrets: | |
JIRA_BASE_URL: ${{ secrets.JIRA_BASE_URL }} | |
JIRA_USER_EMAIL: ${{ secrets.JIRA_USER_EMAIL }} | |
JIRA_API_TOKEN: ${{ secrets.JIRA_API_TOKEN }} | |
JIRA_PROJECT: ${{ secrets.JIRA_PROJECT }} | |
JIRA_FIELDS: ${{ secrets.JIRA_FIELDS }} |