Skip to content

Commit

Permalink
chore: update autolabeler (#18654)
Browse files Browse the repository at this point in the history
The autolabeler will not perform on issues with priority labels anymore

Additionally, any issues which don't fall into a specific area will be automatically assigned to the DSEs

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
peterwoodworth authored Jan 26, 2022
1 parent 031c742 commit de45453
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/issue-label-assign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
types: [opened, edited]

jobs:
test:
triage-manager:
permissions:
issues: write
pull-requests: write
Expand All @@ -19,6 +19,11 @@ jobs:
github-token: "${{ secrets.GITHUB_TOKEN }}"
excluded-expressions: "[CDK CLI Version|TypeScript|Java|Python]"
area-is-keyword: true
excluded-labels: "[p1|p2|p0|contribution/core]"
default-area: >
{
"assignees":["NGL321","peterwoodworth","ryparker"]
}
parameters: >
[
{"area":"package/tools","keywords":["cli","command line","init","synth","diff","bootstrap"],"labels":["package/tools"],"assignees":["rix0rrr"]},
Expand Down

0 comments on commit de45453

Please sign in to comment.