diff --git a/prow/oss/plugins.yaml b/prow/oss/plugins.yaml index 96fe2c4ff6..69a6a79455 100644 --- a/prow/oss/plugins.yaml +++ b/prow/oss/plugins.yaml @@ -45,6 +45,7 @@ approve: - kubeflow/arena - kubeflow/blog - kubeflow/community + - kubeflow/dashboard - kubeflow/examples - kubeflow/internal-acls - kubeflow/katib @@ -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: @@ -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.