Merge pull request #7776 from mmorel-35/kind/changelog-not-required

split labels configurations add more prow commands
This commit is contained in:
Xun Jiang/Bruce Jiang
2024-05-10 15:19:31 +08:00
committed by GitHub
4 changed files with 80 additions and 38 deletions

View File

@@ -16,4 +16,4 @@ jobs:
- uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: .github/labels.yaml
configuration-path: .github/labeler.yml

View File

@@ -11,10 +11,10 @@ jobs:
steps:
- uses: jpmcb/prow-github-actions@v1.1.3
with:
# Only support /kind command for now.
# TODO: before allowing the /lgtm command, see if we can block merging if changelog labels are missing.
prow-commands: "/area
/kind
prow-commands: |
/area
/cc
/uncc"
/kind
/uncc
github-token: "${{ secrets.GITHUB_TOKEN }}"