Skip to content

build(deps): bump github.com/hashicorp/terraform-plugin-framework from 1.15.1 to 1.16.0 #1540

build(deps): bump github.com/hashicorp/terraform-plugin-framework from 1.15.1 to 1.16.0

build(deps): bump github.com/hashicorp/terraform-plugin-framework from 1.15.1 to 1.16.0 #1540

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-Core-Cloud"],
"customfield_10008": "${{ contains(github.event.issue.labels.*.name, 'bug') && 'TF-7331' || 'TF-3484' }}"
}
secrets: inherit