Skip to content

Commit

Permalink
test assignWhen
Browse files Browse the repository at this point in the history
  • Loading branch information
SGI-CAPP-AT2 authored Oct 28, 2024
1 parent 0ed1432 commit ced785d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/auto-label.json5
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
{
"labelsSynonyms": {
"dependencies": ["dependabot", "dependency", "dependencies"],
"security": ["dependabot", "dependency", "dependencies","security"],
"security": ["security"],
"ui/ux": ["layout", "screen", "design", "figma"],
"good first issue": []
},
"defaultLabels": ["unapproved"]
"defaultLabels": ["unapproved"],
"assignWhen": {
"good first issue": ["dependencies", "security", "ui/ux"]
}

}

0 comments on commit ced785d

Please sign in to comment.