Skip to content

Commit

Permalink
chore(prow/config): delete configs for repo pingcap/dumpling
Browse files Browse the repository at this point in the history
The repo was moved to https://github.com/pingcap/tidb/tree/master/dumpling, and it should be archived.
  • Loading branch information
wuhuizuo committed Feb 2, 2023
1 parent 7876479 commit 81c6ee7
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 55 deletions.
35 changes: 30 additions & 5 deletions prow/config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2355,7 +2355,6 @@ tide:
pingcap/docs-dm: squash
pingcap/docs-tidb-operator: squash
pingcap/docs-appdev: squash
pingcap/dumpling: squash
pingcap/dm: squash
pingcap/tidb-tools: squash
pingcap/tiflow: squash
Expand Down Expand Up @@ -2521,9 +2520,6 @@ tide:
pingcap/docs-appdev:
title: "{{ .Title }} (#{{ .Number }})"
body: " "
pingcap/dumpling:
title: "{{ .Title }} (#{{ .Number }})"
body: " "
pingcap/dm:
title: "{{ .Title }} (#{{ .Number }})"
body: " "
Expand Down Expand Up @@ -2720,7 +2716,6 @@ tide:

# for trunk branches
- repos:
- pingcap/dumpling
- pingcap/tidb-tools
- pingcap/br
- pingcap/tiflow
Expand All @@ -2732,6 +2727,36 @@ tide:
- status/can-merge
missingLabels:
- do-not-merge/blocked-paths
- do-not-merge/needs-linked-issue
- do-not-merge/invalid-title
- needs-rebase
- repos:
- pingcap/tidb-tools
- pingcap/br
- pingcap/tiflow
- pingcap/tidb-binlog
- pingcap/tiflash
includedBranches:
- release-4.0
- release-5.0
- release-5.1
- release-5.2
- release-5.3
- release-5.4
- release-6.0
- release-6.1
- release-6.2
- release-6.3
- release-6.4
- release-6.5
# - release-{{.ver}}
labels:
- status/can-merge
- cherry-pick-approved
missingLabels:
- do-not-merge/release-note-label-needed
- do-not-merge/hold
- do-not-merge/work-in-progress
- do-not-merge/cherry-pick-not-approved
- do-not-merge/hold
- do-not-merge/invalid-title
Expand Down
37 changes: 1 addition & 36 deletions prow/config/external_plugins_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ ti-community-lgtm:
- pingcap/community
- pingcap/tidb
- pingcap/docs-appdev
- pingcap/dumpling
- pingcap/dm
- pingcap/tidb-tools
- pingcap/tiflow
Expand Down Expand Up @@ -67,7 +66,6 @@ ti-community-merge:
- pingcap/docs-dm
- pingcap/docs-tidb-operator
- pingcap/docs-appdev
- pingcap/dumpling
- pingcap/dm
- pingcap/tidb-tools
- pingcap/tiflow
Expand Down Expand Up @@ -410,7 +408,6 @@ ti-community-owners:
use_github_team: true
default_require_lgtm: 1
- repos:
- pingcap/dumpling
- pingcap/tidb-tools
default_require_lgtm: 1
use_github_team: true
Expand Down Expand Up @@ -903,20 +900,6 @@ ti-community-label:
- "website"
exclude_labels:
- status/can-merge
- repos:
- pingcap/dumpling
prefixes:
- difficulty
- priority
- severity
- status
- type
additional_labels:
- "Hacktoberfest"
- "good first issue"
- "hptc"
exclude_labels:
- status/can-merge
- repos:
- pingcap/dm
prefixes:
Expand Down Expand Up @@ -1398,14 +1381,6 @@ ti-community-blunderbuss:
- ti-chi-bot
- ti-srebot
require_sig_label: true
- repos:
- pingcap/dumpling
pull_owners_endpoint: http://ti-community-owners.prow.svc/ti-community-owners
max_request_count: 2
include_reviewers:
- lance6716
- lichunzhu
- kennytm
- repos:
- pingcap/dm
pull_owners_endpoint: http://ti-community-owners.prow.svc/ti-community-owners
Expand Down Expand Up @@ -1604,7 +1579,6 @@ ti-community-label-blocker:
- pingcap/tiflash
- pingcap/tiflash-scripts
- pingcap/tispark
- pingcap/dumpling
- pingcap/dm
- pingcap/tiflow
- pingcap/br
Expand Down Expand Up @@ -1662,6 +1636,7 @@ ti-community-contribution:
- pingcap/docs-appdev

ti-community-cherrypicker:
# test repos
- repos:
- ti-community-infra/test-prod
label_prefix: needs-cherry-pick-
Expand All @@ -1672,16 +1647,6 @@ ti-community-cherrypicker:
- status/LGT1
- status/LGT2
- status/LGT3
- repos:
- pingcap/dumpling # need delete?
label_prefix: needs-cherry-pick-
allow_all: true
create_issue_on_conflict: false
excludeLabels:
- status/can-merge
- status/LGT1
- status/LGT2
- status/LGT3
- repos:
- tikv/tikv
- tikv/pd
Expand Down
14 changes: 0 additions & 14 deletions prow/config/plugins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ welcome:
- pingcap/docs-tidb-operator
- pingcap/docs-dm
- pingcap/docs-appdev
- pingcap/dumpling
- pingcap/dm
- pingcap/tidb-tools
- pingcap/tiflow
Expand Down Expand Up @@ -296,14 +295,6 @@ plugins:
- lifecycle
- retitle
- override
pingcap/dumpling:
- welcome
- assign
- hold
- wip
- size
- lifecycle
- cherry-pick-unapproved
pingcap/dm:
- welcome
- assign
Expand Down Expand Up @@ -918,11 +909,6 @@ external_plugins:
- name: ti-community-contribution
events:
- pull_request
pingcap/dumpling:
- name: ti-community-lgtm
events:
- pull_request_review
- pull_request
- name: ti-community-merge
events:
- issue_comment
Expand Down

0 comments on commit 81c6ee7

Please sign in to comment.