Skip to content

Commit

Permalink
.github: update the label for sigs (pingcap#19125)
Browse files Browse the repository at this point in the history
Signed-off-by: shirly <[email protected]>
  • Loading branch information
AndreMouche authored Aug 11, 2020
1 parent acea442 commit 2de3aed
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
component/executor:
sig/executor:
- distsql/*
- executor/*
- util/chunk/*
Expand All @@ -13,7 +13,7 @@ component/expression:
- expression/*
- types/*

component/planner:
sig/planner:
- planner/*
- bindinfo/*
- util/ranger/*
Expand All @@ -22,7 +22,7 @@ component/planner:
component/statistics:
- statistics/*

component/DDL:
sig/DDL:
- ddl/*
- domain/*
- infoschema/*
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/assign_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ jobs:
uses: srggrs/[email protected]
if: |
contains(github.event.issue.labels.*.name, 'component/coprocessor') ||
contains(github.event.issue.labels.*.name, 'component/executor') ||
contains(github.event.issue.labels.*.name, 'sig/executor') ||
contains(github.event.issue.labels.*.name, 'component/expression')
with:
project: 'https://github.com/pingcap/tidb/projects/38'
column_name: 'Issue Backlog: Need Triage'
- name: Run issues assignment to project SIG Planner Kanban
uses: srggrs/[email protected]
if: |
contains(github.event.issue.labels.*.name, 'component/planner') ||
contains(github.event.issue.labels.*.name, 'sig/planner') ||
contains(github.event.issue.labels.*.name, 'component/statistics') ||
contains(github.event.issue.labels.*.name, 'component/bindinfo')
with:
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Run issues assignment to project SIG DDL Kanban
uses: srggrs/[email protected]
if: |
contains(github.event.issue.labels.*.name, 'component/DDL') ||
contains(github.event.issue.labels.*.name, 'sig/DDL') ||
contains(github.event.issue.labels.*.name, 'component/binlog') ||
contains(github.event.issue.labels.*.name, 'component/charset') ||
contains(github.event.issue.labels.*.name, 'component/infoschema') ||
Expand Down

0 comments on commit 2de3aed

Please sign in to comment.