Update mheap/github-action-required-labels action to v5 (#432)
This commit is contained in:
commit
9e62e37b1e
13
.github/renovate.json
vendored
13
.github/renovate.json
vendored
|
@ -1,16 +1,13 @@
|
||||||
{
|
{
|
||||||
"extends": [
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"config:base"
|
"extends": ["config:base"],
|
||||||
],
|
"labels": ["changelog: skip", "dependencies"],
|
||||||
"labels": [
|
|
||||||
"changelog: skip",
|
|
||||||
"dependencies"
|
|
||||||
],
|
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"groupName": "github-actions",
|
"groupName": "github-actions",
|
||||||
"matchManagers": ["github-actions"],
|
"matchManagers": ["github-actions"],
|
||||||
"separateMajorMinor": "false"
|
"separateMajorMinor": "false"
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"schedule": ["on the first day of the month"]
|
||||||
}
|
}
|
||||||
|
|
2
.github/workflows/require-pr-label.yml
vendored
2
.github/workflows/require-pr-label.yml
vendored
|
@ -12,7 +12,7 @@ jobs:
|
||||||
issues: write
|
issues: write
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: mheap/github-action-required-labels@v4
|
- uses: mheap/github-action-required-labels@v5
|
||||||
with:
|
with:
|
||||||
mode: minimum
|
mode: minimum
|
||||||
count: 1
|
count: 1
|
||||||
|
|
Loading…
Reference in a new issue