mirror of https://github.com/helm/helm
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
377 B
17 lines
377 B
name: Label PRs
|
|
on:
|
|
pull_request_target:
|
|
branches: [dev-v3]
|
|
types: [opened, reopened, edited, synchronize]
|
|
permissions: {}
|
|
jobs:
|
|
label:
|
|
permissions:
|
|
contents: read
|
|
pull-requests: write
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/labeler@bf12e9b00b37c5c0ca2b87b79b2daf7891dbda13 # pin@v7.0.0
|
|
with:
|
|
sync-labels: true
|