Skip to content

Commit

Permalink
update auto link to JIRA tasks action
Browse files Browse the repository at this point in the history
  • Loading branch information
bigorn0 committed Jun 23, 2024
1 parent 8cdb4f7 commit 46f5662
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jira_link_to_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
jira-token: ${{ secrets.JIRA_TOKEN }}
jira-base-url: https://hackolade.atlassian.net
skip-branches: '^(develop|main|master)$' #optional
jira-project-key: 'HCK' #optional
skip-branches: '^(develop|main|master)$'
jira-project-key: 'HCK'
use: 'both'
fail-when-jira-issue-not-found: false

0 comments on commit 46f5662

Please sign in to comment.