Skip to content

Commit 84c7602

Browse files
committed
Integrate shared GJSS integration logic
2 parents e6a104c + aeac379 commit 84c7602

4 files changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/closing_ticket.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# This ensures that when a user manually closes a ticket in Jira,
2+
# it will update the workflow labels appropriately.
3+
14
name: Closing ticket
25
on:
36
issues:

.github/workflows/labeling_ticket_done.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# This ensures that when a ticket is labeled as Done in Jira, it will close the ticket on GitHub.
2+
13
name: Labeling ticket "Done"
24
on:
35
issues:

.github/workflows/labeling_ticket_todo.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# This ensures that when a ticket is not labeled as Done in Jira, it will re-open the ticket on GitHub.
2+
13
name: Labeling ticket "To Do"
24
on:
35
issues:

.github/workflows/reopening_ticket.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# This ensures that when a ticket is reopened in Jira, it will update the
2+
# workflow labels in GitHub appropriately.
3+
14
name: Reopening ticket
25
on:
36
issues:

0 commit comments

Comments
 (0)