Skip to content

Commit

Permalink
Update contributing labels (#2048)
Browse files Browse the repository at this point in the history
Unblock: #1202
  • Loading branch information
AlitzelMendez authored Jan 7, 2025
1 parent 4f5eff1 commit fe47f65
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/policies/issues.triage.generated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ configuration:
label: eng
- hasLabel:
label: ide
- hasLabel:
label: cli/psh
then:
- addLabel:
label: needs-area
Expand All @@ -51,6 +53,8 @@ configuration:
label: eng
- labelAdded:
label: ide
- labelAdded:
label: cli/psh
then:
- removeLabel:
label: needs-area
Expand All @@ -74,6 +78,8 @@ configuration:
label: eng
- labelRemoved:
label: ide
- labelRemoved:
label: cli/psh
- not:
or:
- hasLabel:
Expand All @@ -88,6 +94,8 @@ configuration:
label: eng
- hasLabel:
label: ide
- hasLabel:
label: cli/psh
then:
- addLabel:
label: needs-area
6 changes: 6 additions & 0 deletions .github/policies/prs.triage.generated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,9 @@ configuration:
then:
- addLabel:
label: ide
- if:
- includesModifiedFiles:
files: []
then:
- addLabel:
label: cli/psh
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,7 @@ Area of the codebase
| `emitter:autorest` | #957300 | Issues for @azure-tools/typespec-autorest emitter |
| `eng` | #65bfff | |
| `ide` | #846da1 | Issues for Azure specific ide features |
| `cli/psh` | #9EB120 | Issues for Azure CLI/PSH features |

#### issue_kinds

Expand Down

0 comments on commit fe47f65

Please sign in to comment.