Skip to content

Commit 1d213f3

Browse files
authored
Merge pull request #182 from hashicorp/dependabot/github_actions/atlassian/gajira-transition-3.0.1
Bump atlassian/gajira-transition from 3.0.0 to 3.0.1
2 parents fc326be + 5eb27e7 commit 1d213f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/jira-sync.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ jobs:
2727
jql: 'project="TFECO" and "Team (R&D)[Labels]"="TF-DevEx" and description ~ "${{ github.event.issue.html_url || github.event.pull_request.html_url }}" and labels in (Github)'
2828
- name: Close task
2929
if: ( github.event.action == 'closed' || github.event.action == 'deleted' ) && steps.search.outputs.issue
30-
uses: atlassian/gajira-transition@4749176faf14633954d72af7a44d7f2af01cc92b # v3.0.0
30+
uses: atlassian/gajira-transition@38fc9cd61b03d6a53dd35fcccda172fe04b36de3 # v3.0.1
3131
with:
3232
issue: ${{ steps.search.outputs.issue }}
3333
transition: "Closed"
3434
- name: Reopen task
3535
if: github.event.action == 'reopened' && steps.search.outputs.issue
36-
uses: atlassian/gajira-transition@4749176faf14633954d72af7a44d7f2af01cc92b # v3.0.0
36+
uses: atlassian/gajira-transition@38fc9cd61b03d6a53dd35fcccda172fe04b36de3 # v3.0.1
3737
with:
3838
issue: ${{ steps.search.outputs.issue }}
3939
transition: "To Do"

0 commit comments

Comments
 (0)