We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 39a31f1 + 9703a8d commit 800af78Copy full SHA for 800af78
.github/release.yml
@@ -0,0 +1,20 @@
1
+changelog:
2
+ categories:
3
+ - title: ⚠️ Breaking Changes
4
+ labels:
5
+ - Breaking Changes
6
+ - title: New Features
7
8
+ - New Features
9
+ - title: Enhancements
10
11
+ - Enhancement
12
+ - title: Bug Fixes
13
14
+ - Bug Fix
15
+ - title: Documentation
16
17
+ - Documentation
18
+ - title: Other Changes
19
20
+ - "*"
.github/workflows/pull_request.yml
@@ -5,6 +5,7 @@ on:
branches:
- "master"
- "branch-v*"
+ - "bug_fix_*"
jobs:
python-dependencies:
0 commit comments