Skip to content

Commit

Permalink
Merge pull request #2331 from andreyvelich/update-kubeflow-plugins
Browse files Browse the repository at this point in the history
Add transfer Issue plugin to Kubeflow repos
  • Loading branch information
google-oss-prow[bot] authored Aug 8, 2024
2 parents 5dcdbf2 + 5fa2c0c commit 0015432
Showing 1 changed file with 5 additions and 24 deletions.
29 changes: 5 additions & 24 deletions prow/oss/plugins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ approve:
- kubeflow/arena
- kubeflow/blog
- kubeflow/community
- kubeflow/dashboard
- kubeflow/examples
- kubeflow/internal-acls
- kubeflow/katib
Expand Down Expand Up @@ -87,6 +88,8 @@ label:
- tide/merge-method-merge
- tide/merge-method-rebase
- tide/merge-method-squash
# This is used to triage issues in Kubeflow repositories.
- lifecycle/needs-triage

plugins:
GoogleCloudPlatform:
Expand Down Expand Up @@ -338,33 +341,11 @@ plugins:
- project # Lets issues be tagged into projects
- size
- skip # Allows cleaning up stale commit statuses
- transfer-issue # Transfer issue to a different repo in the same org.
- trigger # Enable /ok-to-test command to trigger GitHub actions with /rerun-all
- verify-owners # Validates OWNERS file changes in PRs.
- wip # Applies a label to PRs with wip in the title to block merge

kubeflow/community:
plugins:
- trigger

kubeflow/community-infra:
plugins:
- trigger

kubeflow/gcp-blueprints:
plugins:
- trigger

kubeflow/internal-acls:
plugins:
- trigger

kubeflow/pipelines:
plugins:
- trigger

kubeflow/website:
plugins:
- trigger

# This is a gerrit repo so this config doesn't do anything. It is included
# to satisfy the checkconfig tool which expects all repos that configure
# jobs to enable the trigger plugin if a plugins.yaml is specified.
Expand Down

0 comments on commit 0015432

Please sign in to comment.