forked from pingcap/tidb
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
.github: update the label for sigs (pingcap#19125)
Signed-off-by: shirly <[email protected]>
- Loading branch information
1 parent
acea442
commit 2de3aed
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|
@@ -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') || | ||
|