File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 16
16
runs-on : ubuntu-latest
17
17
steps :
18
18
# Drafts your next Release notes as Pull Requests are merged into "master"
19
- - uses : release-drafter/release-drafter@v5.19.0
19
+ - uses : release-drafter/release-drafter@v5.20.1
20
20
with :
21
21
config-name : release-drafter.yml
22
22
env :
Original file line number Diff line number Diff line change 13
13
issues : write # for github/issue-labeler to create or remove labels
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : github/issue-labeler@v2.4
17
- with :
18
- repo-token : " ${{ secrets.GITHUB_TOKEN }}"
19
- configuration-path : .github/labeler.yml
20
- not-before :
21
- enable-versioned-regex : 0
16
+ - uses : github/issue-labeler@v2.5
17
+ with :
18
+ repo-token : " ${{ secrets.GITHUB_TOKEN }}"
19
+ configuration-path : .github/labeler.yml
20
+ not-before :
21
+ enable-versioned-regex : 0
You can’t perform that action at this time.
0 commit comments