Issue #IQ-567 fix: Error Event is generated on Telemetry while preview the Question set #63
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: jira-description-action | |
on: | |
pull_request_target: | |
types: [opened, labeled] | |
jobs: | |
add-jira-description: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: project-sunbird/[email protected] | |
name: jira-description-action | |
with: | |
github-token: ${{ secrets.GITHUB_TOKEN }} | |
jira-token: ${{ secrets.JIRA_TOKEN }} | |
jira-base-url: ${{ secrets.JIRA_BASE_URL }} | |
fail-when-jira-issue-not-found: ${{ secrets.FAIL_WHEN_JIRA_ISSUE_NOT_FOUND }} | |
use: both |