From 315928f8e586dc3f3d1e8a613c0bd0e4156610c0 Mon Sep 17 00:00:00 2001 From: Ariella Gilmore Date: Tue, 5 Nov 2024 14:59:21 -0800 Subject: [PATCH] chore(workflows): add types and website area field automatically (#4341) * chore(workflows): add types and website area field automatically * add env variables * add docs type * move type docs --- .github/ISSUE_TEMPLATE/accessibility-issue.md | 7 ++-- .github/ISSUE_TEMPLATE/bug-report.md | 12 +++--- .../component-accessibility-deliverables.yaml | 3 +- .github/ISSUE_TEMPLATE/docs-issue.yaml | 3 +- .github/ISSUE_TEMPLATE/feature-request.md | 31 ++++++++++------ .github/ISSUE_TEMPLATE/feedback.md | 5 ++- .github/ISSUE_TEMPLATE/question.md | 7 ++-- .github/workflows/issue-triage.yml | 37 +++++++++++++++++++ 8 files changed, 79 insertions(+), 26 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/accessibility-issue.md b/.github/ISSUE_TEMPLATE/accessibility-issue.md index 3f7e86eb74b..e75f7458412 100644 --- a/.github/ISSUE_TEMPLATE/accessibility-issue.md +++ b/.github/ISSUE_TEMPLATE/accessibility-issue.md @@ -1,9 +1,10 @@ --- name: Accessibility issue ♿ about: Report an accessibility or usability issue -title: "" -labels: "type: a11y ♿" -assignees: "" +title: '' +type: 'bug' +labels: ['type: a11y ♿', 'status: needs triage 🕵️‍♀️'] +assignees: '' ---