Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ workflows:
- ".github/workflows/*.yml"
- "!.github/workflows/_*.yml"

# Actions label for changes to the actions directory
actions:
- changed-files:
- any-glob-to-any-file: "actions/**/*"

# Documentation label for root level .md files and files in /docs/ directory
documentation:
- changed-files:
Expand Down
14 changes: 8 additions & 6 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ categories:
label: templates
- title: ⚙️ Reusable Workflows
label: workflows
- title: 🛠️ Actions
label: actions
- title: 🔧 Maintenance
label: maintenance
- title: 📚 Documentation
Expand All @@ -18,20 +20,20 @@ categories:
collapse-after: 10
- title: ✍ Other changes

change-template: '- $TITLE (#$NUMBER)'
change-template: "- $TITLE (#$NUMBER)"
version-resolver:
major:
labels:
- 'bump-major'
- 'breaking'
- "bump-major"
- "breaking"
minor:
labels:
- 'bump-minor'
- "bump-minor"
default: patch
template: |
## What's Changed

$CHANGES

exclude-labels:
- 'skip-release-notes'
- "skip-release-notes"