Skip to content

Commit 269f201

Browse files
chore: add actions label to labeler and release drafter configurations (#46)
1 parent bab2bb6 commit 269f201

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

.github/labeler.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ workflows:
1212
- ".github/workflows/*.yml"
1313
- "!.github/workflows/_*.yml"
1414

15+
# Actions label for changes to the actions directory
16+
actions:
17+
- changed-files:
18+
- any-glob-to-any-file: "actions/**/*"
19+
1520
# Documentation label for root level .md files and files in /docs/ directory
1621
documentation:
1722
- changed-files:

.github/release-drafter.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ categories:
99
label: templates
1010
- title: ⚙️ Reusable Workflows
1111
label: workflows
12+
- title: 🛠️ Actions
13+
label: actions
1214
- title: 🔧 Maintenance
1315
label: maintenance
1416
- title: 📚 Documentation
@@ -18,20 +20,20 @@ categories:
1820
collapse-after: 10
1921
- title: ✍ Other changes
2022

21-
change-template: '- $TITLE (#$NUMBER)'
23+
change-template: "- $TITLE (#$NUMBER)"
2224
version-resolver:
2325
major:
2426
labels:
25-
- 'bump-major'
26-
- 'breaking'
27+
- "bump-major"
28+
- "breaking"
2729
minor:
2830
labels:
29-
- 'bump-minor'
31+
- "bump-minor"
3032
default: patch
3133
template: |
3234
## What's Changed
33-
35+
3436
$CHANGES
3537
3638
exclude-labels:
37-
- 'skip-release-notes'
39+
- "skip-release-notes"

0 commit comments

Comments
 (0)