Skip to content

Commit 9a1b230

Browse files
committed
TEAMS: use workflow for SQL Queries issue triage
The SQL Queries team now uses Github Projects v2. This commit updates `TEAMS.yaml` and `.github/workflows/add-issues-to-project.yml` so that issues are assigned to the correct project for triage. Release note: None
1 parent 4618dbf commit 9a1b230

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/add-issues-to-project.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,8 @@ jobs:
3030
project-url: https://github.com/orgs/cockroachdb/projects/35
3131
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
3232
labeled: T-jobs
33+
- uses: actions/[email protected]
34+
with:
35+
project-url: https://github.com/orgs/cockroachdb/projects/45
36+
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
37+
labeled: T-sql-queries

TEAMS.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ cockroachdb/sql-queries:
3232
aliases:
3333
cockroachdb/sql-optimizer: other
3434
cockroachdb/sql-opt-prs: other
35-
triage_column_id: 13549252
35+
# SQL Queries team uses GH projects v2, which doesn't have a REST API, so
36+
# there is no triage column ID.
37+
# See .github/workflows/add-issues-to-project.yml.
3638
label: T-sql-queries
3739
cockroachdb/cluster-observability:
3840
triage_column_id: 12618343

0 commit comments

Comments
 (0)