Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions .github/policies/issueManagement-notTriaged.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,23 @@
eventResponderTasks:
- description: >-
Add "not triaged" label when:
* Issue is not for Blazor or Blazor Hybrid
* Issue is opened
* Issue is reopened
* 'needs-more-info' label removed
filters:

Check failure on line 17 in .github/policies/issueManagement-notTriaged.yml

View check run for this annotation

Dotnet Policy Service / GitOps/YmlValidation

.github/policies/issueManagement-notTriaged.yml#L17

Property 'filters' not found on type 'GitOps.PullRequestIssueManagement.Core.Primitives.Data.PullRequestIssueManagementTask'.
- isNotLabeledWith:
label: 'blazor/subsvc'
- isNotLabeledWith:
label: 'blazor-hybrid/subsvc'
if:
- payloadType: Issues
- or:

- or:
- isAction:
action: Opened
- isAction:
action: Reopened

action: Reopened
- labelRemoved:
label: 'needs-more-info'
then:
Expand All @@ -43,7 +47,6 @@
action: Closed
- isActivitySender:
issueAuthor: true

- labelAdded:
label: 'reQUEST'
then:
Expand Down
2 changes: 1 addition & 1 deletion .github/policies/labelAdded-areaLabels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ configuration:
if:
- payloadType: Issues
- labelAdded:
label: 'grpc/subsv'
label: 'grpc/subsvc'
then:
- addLabel: 'gRPC'

Expand Down