Skip to content

Commit 79f8bd8

Browse files
committed
testing auto-label gha 35
1 parent 864a95e commit 79f8bd8

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/labeler.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
'Type: Dependencies':
2-
- '(?i/deps)'
2+
- '(depende|deps|Deps|Depende)'
33

44
'Type: Documentation':
5-
- (?i)(documentation|docs)
5+
- '(documentation|Docs|Documentation|Docs)'
66

77
'Type: GHA':
8-
- (?i)(gha|github action)
8+
- '(gha|github action|GHA|Github Action|Github action)'
99

1010
'Type: Infrastructure':
11-
- '(dependencies|dependency|deps|documentation|docs|gha|github action|testing|tests|coverage)'
11+
- '(depende|deps|Deps|Depende|documentation|Docs|Documentation|Docs|gha|github action|GHA|Github Action|Github action|testing|tests|coverage|Testing|Tests|Coverage)'
1212

1313
'Type: Testing':
14-
- '(testing|tests|coverage)'
14+
- '(testing|tests|coverage|Testing|Tests|Coverage)'
1515

1616
'Type: Bug':
17-
- '(bug|patch|fix)'
17+
- '(bug|patch|fix|Bug|Fix|Patch)'
1818

1919
'Type: Enhancement':
20-
- '(feature)'
20+
- '(feature|Feature)'
2121

2222
'Type: Performance':
23-
- '(performance)'
23+
- '(performance|Performance)'
2424

2525
'Type: Tech Debt':
26-
- '(debt)'
26+
- '(debt|Debt)'
2727

2828
'Type: Question':
29-
- '(question)'
29+
- '(question|Question)'

0 commit comments

Comments
 (0)