From ae420365adf4fd31fd29b829df2cfd39f2ed6a22 Mon Sep 17 00:00:00 2001 From: Ariella Gilmore Date: Mon, 9 Dec 2024 12:43:46 -0800 Subject: [PATCH 01/10] fix(issue-triage-area): workflow cleanup (#4379) * fix(issue-triage-area): workflow remove -r * fix: update project id/number --------- Co-authored-by: Anna Wen <54281166+annawen1@users.noreply.github.com> --- .github/workflows/issue-triage.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/issue-triage.yml b/.github/workflows/issue-triage.yml index f90d3709bfa..489f9f84365 100644 --- a/.github/workflows/issue-triage.yml +++ b/.github/workflows/issue-triage.yml @@ -9,9 +9,10 @@ env: OWNER: ${{ github.repository_owner }} REPOSITORY: ${{ github.repository }} - PROJECT_ID: 39 + PROJECT_NUMBER: 39 + PROJECT_ID: PVT_kwDOAYA3Ss1Nvw ITEM_FETCH_LIMIT: 1200 - + AREA_FIELD_ID: PVTSSF_lADOAYA3Ss1Nv84BfRL4 AREA_WEBSITE: 113a0859 jobs: @@ -32,7 +33,7 @@ jobs: - name: Get issue ID id: get_issue_id run: | - ISSUE_ID=$(gh project item-list $PROJECT_ID --owner=$OWNER --limit=$ITEM_FETCH_LIMIT --format=json --jq ".items[] | select(.content.number == $ISSUE_NUMBER and .content.repository == $REPOSITORY) | .id" -r) + ISSUE_ID=$(gh project item-list $PROJECT_NUMBER --owner=$OWNER --limit=$ITEM_FETCH_LIMIT --format=json --jq ".items[] | select(.content.number == $ISSUE_NUMBER and .content.repository == $REPOSITORY) | .id") if [ -z "$ISSUE_ID" ]; then echo "Issue ID not found for issue number $ISSUE_NUMBER" exit 1 From c425a864061f49d9e4b80dee677cc8529681d194 Mon Sep 17 00:00:00 2001 From: Ariella Gilmore Date: Tue, 10 Dec 2024 06:36:52 -0800 Subject: [PATCH 02/10] Add project to templates (#4392) * fix(issue-triage-area): workflow remove -r * fix: update project id/number * add project to templates and add github env --------- Co-authored-by: Anna Wen <54281166+annawen1@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/accessibility-issue.md | 1 + .github/ISSUE_TEMPLATE/bug-report.md | 1 + .../ISSUE_TEMPLATE/component-accessibility-deliverables.yaml | 1 + .github/ISSUE_TEMPLATE/docs-issue.yaml | 1 + .github/ISSUE_TEMPLATE/feature-request.md | 1 + .github/ISSUE_TEMPLATE/feedback.md | 1 + .github/ISSUE_TEMPLATE/question.md | 1 + .github/workflows/issue-triage.yml | 2 ++ 8 files changed, 9 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/accessibility-issue.md b/.github/ISSUE_TEMPLATE/accessibility-issue.md index e75f7458412..ad5020a8271 100644 --- a/.github/ISSUE_TEMPLATE/accessibility-issue.md +++ b/.github/ISSUE_TEMPLATE/accessibility-issue.md @@ -5,6 +5,7 @@ title: '' type: 'bug' labels: ['type: a11y ♿', 'status: needs triage 🕵️‍♀️'] assignees: '' +projects: ['carbon-design-system/39'] ---