Skip to content

Commit

Permalink
Add project to templates (#4392)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
ariellalgilmore and annawen1 authored Dec 10, 2024
1 parent ae42036 commit c425a86
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/accessibility-issue.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ title: ''
type: 'bug'
labels: ['type: a11y ♿', 'status: needs triage 🕵️‍♀️']
assignees: ''
projects: ['carbon-design-system/39']
---

<!-- Feel free to remove sections that aren't relevant.
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ title: ''
type: 'bug'
labels: ['type: bug 🐛', 'status: needs triage 🕵️‍♀️']
assignees: ''
projects: ['carbon-design-system/39']
---

<!-- Feel free to remove sections that aren't relevant.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ description: Submit the accessibility portion of your component
title: '[Component name] component – accessibility '
type: 'task'
labels: ['accessibility', 'status: needs triage 🕵️‍♀️']
projects: ['carbon-design-system/39']
body:
- type: markdown
attributes:
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/docs-issue.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ description:
title: '[Docs]: '
type: 'bug'
labels: ['type: bug 🐛', 'type: docs 📖', 'status: needs triage 🕵️‍♀️']
projects: ['carbon-design-system/39']
body:
- type: markdown
attributes:
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ title: ''
type: 'enhancement'
labels: ['type: enhancement 💡', 'status: needs triage 🕵️‍♀️']
assignees: ''
projects: ['carbon-design-system/39']
---

Use this template if you want to request a new feature, or a change to an
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/feedback.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ about: User feedback collected from the Carbon Design System Website.
type: 'task'
labels: ['type: discussion 💬', 'status: needs triage 🕵️‍♀️']
assignees: ''
projects: ['carbon-design-system/39']
---

<!--
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ title: ''
type: 'task'
labels: ['type: question ❓', 'status: needs triage 🕵️‍♀️']
assignees: ''
projects: ['carbon-design-system/39']
---

<!--
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/issue-triage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
fi
echo "Issue ID is $ISSUE_ID"
echo "issue_id=$ISSUE_ID" >> "$GITHUB_OUTPUT"
env:
GH_TOKEN: ${{ steps.app-token.outputs.token }}
- name: Update issue with website area field
run:
gh project item-edit --project-id $PROJECT_ID --id $ISSUE_ID
Expand Down

0 comments on commit c425a86

Please sign in to comment.