Skip to content

Commit

Permalink
TEAMS: use workflow for SQL Queries issue triage
Browse files Browse the repository at this point in the history
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
  • Loading branch information
mgartner committed Jul 24, 2023
1 parent 4618dbf commit 1b6b9eb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/add-issues-to-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,8 @@ jobs:
project-url: https://github.com/orgs/cockroachdb/projects/35
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
labeled: T-jobs
- uses: actions/[email protected]
with:
project-url: https://github.com/orgs/cockroachdb/projects/45
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
labeled: T-sql-queries
4 changes: 3 additions & 1 deletion TEAMS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ cockroachdb/sql-queries:
aliases:
cockroachdb/sql-optimizer: other
cockroachdb/sql-opt-prs: other
triage_column_id: 13549252
# SQL Queries team usesteam uses GH projects v2, which doesn't have a REST
# API, so there is no triage column ID.
# See .github/workflows/add-issues-to-project.yml.
label: T-sql-queries
cockroachdb/cluster-observability:
triage_column_id: 12618343
Expand Down

0 comments on commit 1b6b9eb

Please sign in to comment.