Skip to content

Commit

Permalink
Tools: Add Tools label (awsdocs#5449)
Browse files Browse the repository at this point in the history
* Tools: Add `Tools` label

Add label for Tools-specific work. Tools are written in Python and streamline development tasks specific to this project.

* Add label ruleset for tools
  • Loading branch information
DavidSouther committed Oct 5, 2023
1 parent 5b0cb7a commit 748656a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/allowed-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@
- name: Shell
color: "f5f7f9"
description: "Tools written in bash/sh"
- name: Tools
color: "f5f7f9"
description: "This issue relates to a custom tooling to streamline development tasks"

- name: CLI
description: "Relates to the AWS CLI"
Expand Down
2 changes: 2 additions & 0 deletions .github/label-ruleset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ CDK:
- resources/cdk/**/*
CloudFormation:
- cloudformation/**/*
Tools:
- .tools/**/*
Testing:
- test/**/*
GitHub settings:
Expand Down

0 comments on commit 748656a

Please sign in to comment.