We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47a232f commit 815e264Copy full SHA for 815e264
1 file changed
.github/workflows/main.yml
@@ -2,7 +2,7 @@ name: Sync Issue to Azure DevOps work item
2
3
on:
4
issues:
5
- types: [labeled]
+ types: [labeled, closed]
6
7
jobs:
8
alert:
@@ -17,6 +17,7 @@ jobs:
17
ado_project: 'Edge'
18
ado_area_path: 'Edge\Dev Experience\WebView'
19
ado_tags: 'WV2_GitHub'
20
+ ado_tag_on_close: 'WV2_GitHub_Closed'
21
ado_bypassrules: false
22
ado_set_labels: false
23
create_on_tagging: true
0 commit comments