Skip to content

Commit 88b5a28

Browse files
authored
Merge pull request #292 from teamdigitale/feature/action-gh-to-ado
fix: labels & title flters
2 parents 2e1661e + c332b7e commit 88b5a28

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/sync_config.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,11 @@
1414
},
1515
"github": {
1616
"filters": {
17+
"labels": [
18+
"webapp"
19+
],
1720
"title": [
18-
"[WEBAPP]:"
21+
"[WEBAPP]"
1922
]
2023
}
2124
}

0 commit comments

Comments
 (0)