Merge pull request #12130 from hashicorp/dependabot/github_actions/atlassian/gajira-create-3.0.1

build(deps): bump atlassian/gajira-create from 2.0.1 to 3.0.1
This commit is contained in:
Wilken Rivera 2022-11-28 13:37:41 -05:00 committed by GitHub
commit f29b6da035
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -61,7 +61,7 @@ jobs:
- name: Create ticket
id: create-ticket
if: steps.search.outputs.issue == '' && github.event.label.name == 'sync to jira' && steps.set-ticket-type.outputs.type != 'Invalid'
uses: atlassian/gajira-create@v2.0.1
uses: atlassian/gajira-create@v3.0.1
with:
project: HPR
issuetype: "${{ steps.set-ticket-type.outputs.type }}"