Skip to content

Commit 7b408a7

Browse files
committed
Merge branch 'master' into develop
2 parents 6838d1d + 8f68989 commit 7b408a7

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
# 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
2020
with:
2121
config-name: release-drafter.yml
2222
env:

.github/workflows/labeler.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
issues: write # for github/issue-labeler to create or remove labels
1414
runs-on: ubuntu-latest
1515
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

0 commit comments

Comments
 (0)