diff --git a/apps/prod/tekton/configs/tasks/ci/ci-helper-for-pr.yaml b/apps/prod/tekton/configs/tasks/ci/ci-helper-for-pr.yaml index 19949d91c..1d53bcae8 100644 --- a/apps/prod/tekton/configs/tasks/ci/ci-helper-for-pr.yaml +++ b/apps/prod/tekton/configs/tasks/ci/ci-helper-for-pr.yaml @@ -3,8 +3,7 @@ kind: Task metadata: name: ci-helper-for-pr spec: - description: >- - Create pull request to update version placeholder "README.md" to github repository branch. + description: CI helper for contribution pull requests params: - name: owner description: repo owner diff --git a/apps/prod/tekton/configs/triggers/triggers/_/github-pr-labeled.yaml b/apps/prod/tekton/configs/triggers/triggers/_/github-pr-labeled.yaml index ead1900e8..29a1bfed2 100644 --- a/apps/prod/tekton/configs/triggers/triggers/_/github-pr-labeled.yaml +++ b/apps/prod/tekton/configs/triggers/triggers/_/github-pr-labeled.yaml @@ -4,7 +4,6 @@ metadata: name: pr-labeled-with-needs-ok-to-test labels: type: github-pr - github-owner: pingcap spec: interceptors: - name: filter on repo owner and name and tags @@ -16,9 +15,7 @@ spec: && body.label.name in ['needs-ok-to-test'] && - body.pull_request.user.login in ['wuhuizuo', 'purlind'] - && - body.repository.owner.login == 'pingcap' + body.repository.owner.login in ['pingcap', 'tikv', "PingCAP-QE"] bindings: - ref: github-pr template: