File tree 2 files changed +13
-6
lines changed 2 files changed +13
-6
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,11 @@ workflows:
12
12
- " .github/workflows/*.yml"
13
13
- " !.github/workflows/_*.yml"
14
14
15
+ # Actions label for changes to the actions directory
16
+ actions :
17
+ - changed-files :
18
+ - any-glob-to-any-file : " actions/**/*"
19
+
15
20
# Documentation label for root level .md files and files in /docs/ directory
16
21
documentation :
17
22
- changed-files :
Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ categories:
9
9
label : templates
10
10
- title : ⚙️ Reusable Workflows
11
11
label : workflows
12
+ - title : 🛠️ Actions
13
+ label : actions
12
14
- title : 🔧 Maintenance
13
15
label : maintenance
14
16
- title : 📚 Documentation
@@ -18,20 +20,20 @@ categories:
18
20
collapse-after : 10
19
21
- title : ✍ Other changes
20
22
21
- change-template : ' - $TITLE (#$NUMBER)'
23
+ change-template : " - $TITLE (#$NUMBER)"
22
24
version-resolver :
23
25
major :
24
26
labels :
25
- - ' bump-major'
26
- - ' breaking'
27
+ - " bump-major"
28
+ - " breaking"
27
29
minor :
28
30
labels :
29
- - ' bump-minor'
31
+ - " bump-minor"
30
32
default : patch
31
33
template : |
32
34
## What's Changed
33
-
35
+
34
36
$CHANGES
35
37
36
38
exclude-labels :
37
- - ' skip-release-notes'
39
+ - " skip-release-notes"
You can’t perform that action at this time.
0 commit comments