We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce33814 commit 423e1c5Copy full SHA for 423e1c5
.github/release-drafter.yml
@@ -16,7 +16,7 @@ categories:
16
- 'bug'
17
- title: 'Deprecation'
18
labels:
19
- - 'deprication'
+ - 'deprecation'
20
- title: 'Development Enhancements'
21
22
- 'development'
@@ -42,5 +42,5 @@ categories:
42
43
- 'release'
44
template: |
45
- ## What’s Changed
+ # What’s Changed
46
$CHANGES
.github/workflows/labeler.yml
@@ -7,6 +7,6 @@ jobs:
7
runs-on: ubuntu-latest
8
steps:
9
- name: Label the PR
10
- uses: gerrymanoim/pr-prefix-labeler@v2
+ uses: gerrymanoim/pr-prefix-labeler@v3
11
env:
12
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments