Skip to content

Commit

Permalink
Update close_issue.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
imbeacon authored Jan 19, 2024
1 parent 27de879 commit 6481017
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/close_issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
types:
- closed

name: Move ticket to done
name: Move ticket to closed

jobs:
close-ticket-in-jira:
Expand Down Expand Up @@ -48,4 +48,4 @@ jobs:
uses: atlassian/gajira-transition@v3
with:
issue: ${{ steps.find_ticket.outputs.issue }}
transition: "Done"
transition: "Closed"

0 comments on commit 6481017

Please sign in to comment.