Prevent duplicate processing when a user submits a new copy of a job that is already running #47
This file contains hidden or 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 }} |