Skip to content

Build(deps): Bump github.com/hashicorp/go-tfe from 1.62.0 to 1.64.0 #1097

Build(deps): Bump github.com/hashicorp/go-tfe from 1.62.0 to 1.64.0

Build(deps): Bump github.com/hashicorp/go-tfe from 1.62.0 to 1.64.0 #1097

name: Jira Issue Sync
on:
issues:
types: [opened, closed, deleted, reopened]
issue_comment:
types: [created]
jobs:
call-workflow:
uses: ./.github/workflows/jira-issue-sync.yml
with:
project: TF
issue-extra-fields: |
{ "customfield_10091": ["TF-CLI"],
"customfield_10008": "${{ contains(github.event.issue.labels.*.name, 'bug') && 'TF-7331' || 'TF-3484' }}"
}
secrets: inherit