Skip to content

Commit

Permalink
Merge pull request #1057 from hashicorp/barrettclark-patch-1
Browse files Browse the repository at this point in the history
Update call-jira-issue-sync.yml
  • Loading branch information
barrettclark authored Sep 15, 2023
2 parents 57e6e8a + 14ce99f commit 97a5371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/call-jira-issue-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
project: TF
issue-extra-fields: |
{ "customfield_10091": ["TF-CLI"],
"customfield_10008": "${{ contains(github.event.issue.labels.*.name, 'bug') && github.env.EPIC_LINK_BUG || github.env.EPIC_LINK_FEATURE }}"
"customfield_10008": "${{ contains(github.event.issue.labels.*.name, 'bug') && github.env.EPIC_LINK_BUG || github.env.EPIC_LINK_FEATURE }}",
"labels": "${{ github.event.repository.name }}"
}
secrets: inherit

0 comments on commit 97a5371

Please sign in to comment.