split labels configurations add more prow commands

Co-authored-by: Tiger Kaovilai <passawit.kaovilai@gmail.com>
Co-authored-by: Xun Jiang <blackpigletbruce@gmail.com>
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
This commit is contained in:
Matthieu MOREL
2024-05-09 06:56:04 +00:00
co-authored by Tiger Kaovilai Xun Jiang
parent 3cbf2eb4e2
commit 3650337fff
4 changed files with 80 additions and 38 deletions
+1 -1
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
+4 -4
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 }}"