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
2 changes: 1 addition & 1 deletion .github/pr-labeler.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BC: bc/*
feature: [feature/*, task/*]
bug: [bug/*, bugfix/*]
fix: [fix/*, bug/*, bugfix/*]
refactoring: refactoring/*
documentation: [docs/*, documentation/*]
maintenance: maintenance/*
Expand Down
5 changes: 4 additions & 1 deletion .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ categories:
- 'enhancement'
- title: '🐞 Bug Fixes'
labels:
- 'fix'
- 'bug'
- 'bugfix'
- title: '♻️ Refactoring'
Expand All @@ -32,8 +33,10 @@ version-resolver:
- 'feature'
patch:
labels:
- 'fix'
- 'bug'
- 'bugfix'
default: patch
change-template: '- $TITLE (PR #$NUMBER)'
change-template: '- $TITLE by @$AUTHOR (PR #$NUMBER)'
template: $CHANGES
footer: '**Full Changelog**: https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...$RESOLVED_VERSION'
3 changes: 0 additions & 3 deletions .github/workflows/release-management.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ on:
push:
branches: [ master ]

permissions:
contents: read

jobs:
test_and_build:
name: Test and build
Expand Down