mirror of https://github.com/helm/helm
Merge pull request #32371 from benoittgt/ci/tag-v4
ci: auto-label PRs targeting main with v4.xpull/32406/head
commit
06978bd8c5
@ -0,0 +1,2 @@
|
|||||||
|
"v4.x":
|
||||||
|
- base-branch: "main"
|
||||||
@ -0,0 +1,16 @@
|
|||||||
|
name: Label PRs
|
||||||
|
on:
|
||||||
|
pull_request_target:
|
||||||
|
branches: [main]
|
||||||
|
types: [opened, reopened, edited, synchronize]
|
||||||
|
permissions: {}
|
||||||
|
jobs:
|
||||||
|
label:
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
pull-requests: write
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/labeler@b8dd2d9be0f68b860e7dae5dae7d772984eacd6d # pin@v6.2.0
|
||||||
|
with:
|
||||||
|
sync-labels: true
|
||||||
Loading…
Reference in new issue