Skip to content

Commit 815e264

Browse files
authored
Automatically tag ADO items when GH Issues are Closed
1 parent 47a232f commit 815e264

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Sync Issue to Azure DevOps work item
22

33
on:
44
issues:
5-
types: [labeled]
5+
types: [labeled, closed]
66

77
jobs:
88
alert:
@@ -17,6 +17,7 @@ jobs:
1717
ado_project: 'Edge'
1818
ado_area_path: 'Edge\Dev Experience\WebView'
1919
ado_tags: 'WV2_GitHub'
20+
ado_tag_on_close: 'WV2_GitHub_Closed'
2021
ado_bypassrules: false
2122
ado_set_labels: false
2223
create_on_tagging: true

0 commit comments

Comments
 (0)