mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-07 13:55:20 +00:00
Merge pull request #7776 from mmorel-35/kind/changelog-not-required
split labels configurations add more prow commands
This commit is contained in:
2
.github/workflows/auto_label_prs.yml
vendored
2
.github/workflows/auto_label_prs.yml
vendored
@@ -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
|
||||
|
||||
8
.github/workflows/prow-action.yml
vendored
8
.github/workflows/prow-action.yml
vendored
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user