Skip to content

Commit

Permalink
chore(gh): Add Area labels
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Sep 23, 2022
1 parent 87c4e4b commit 27074cf
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,24 @@ repository:
delete_branch_on_merge: true

labels:
- name: "A-parse"
description: "Area: Parsing TOML"
color: '#f7e101'
- name: "A-output"
description: "Area: Outputting TOML"
color: '#f7e101'
- name: "A-serde"
description: "Area: Serde integration"
color: '#f7e101'
- name: "A-error"
description: "Area: Error reporting"
color: '#f7e101'
- name: "A-docs"
description: "Area: Documentation"
color: '#f7e101'
- name: "A-meta"
description: "Area: Project-wide"
color: '#f7e101'
- name: "C-bug"
description: "Category: Things not working as expected"
color: '#f5f1fd'
Expand Down

0 comments on commit 27074cf

Please sign in to comment.