Skip to content

Commit 423e1c5

Browse files
author
Gerry Manoim
committed
BLD: Fix spelling and update labeler. Update release drafter
1 parent ce33814 commit 423e1c5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/release-drafter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ categories:
1616
- 'bug'
1717
- title: 'Deprecation'
1818
labels:
19-
- 'deprication'
19+
- 'deprecation'
2020
- title: 'Development Enhancements'
2121
labels:
2222
- 'development'
@@ -42,5 +42,5 @@ categories:
4242
labels:
4343
- 'release'
4444
template: |
45-
## What’s Changed
45+
# What’s Changed
4646
$CHANGES

.github/workflows/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Label the PR
10-
uses: gerrymanoim/pr-prefix-labeler@v2
10+
uses: gerrymanoim/pr-prefix-labeler@v3
1111
env:
1212
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)