Skip to content

Commit

Permalink
.github: add the auto-assignment for project UT Coverage (#15579)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackysp authored Mar 23, 2020
1 parent aca6838 commit a019c83
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/assign_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,10 @@ jobs:
with:
project: 'https://github.com/pingcap/tidb/projects/32'
column_name: 'TODO/Help Wanted'
- name: Run issues assignment to project UT Coverage
uses: srggrs/assign-one-project-github-action@1.2.0
if: |
contains(github.event.issue.labels.*.name, 'type/UT-coverage')
with:
project: 'https://github.com/pingcap/tidb/projects/44'
column_name: 'To do'

0 comments on commit a019c83

Please sign in to comment.