Skip to content
Merged
Changes from 1 commit
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
26 changes: 25 additions & 1 deletion .github/policies/resourceManagement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -646,6 +646,8 @@
- titleContains:
pattern: Update .NET SDK
isRegex: False
- targetsBranch:
branch: main
then:
- addLabel:
label: area-infrastructure
Expand All @@ -655,6 +657,28 @@
comment: Auto-approving SDK update.
- enableAutoMerge:
mergeMethod: "squash"
description: '[Infrastructure PRs] Add area-infrastructure label to SDK update Pull Requests'
description: '[Infrastructure PRs] Add area-infrastructure label to SDK update Pull Requests & enable auto-merge'
- if:
- payloadType: Pull_Request
- isAction:
action: Opened
- isActivitySender:
user: app/dependabot
issueAuthor: False
- titleContains:
pattern: (deps):

Check failure on line 669 in .github/policies/resourceManagement.yml

View check run for this annotation

Dotnet Policy Service / GitOps/YmlValidation

.github/policies/resourceManagement.yml#L669

While scanning a plain scalar value, found invalid mapping.
isRegex: False
- targetsBranch:
branch: main
then:
- addLabel:
label: area-infrastructure
- addLabel:
label: 'Type: Dependency Update :arrow_up_small:'
- approvePullRequest:
comment: Auto-approving dependabot update.
- enableAutoMerge:
mergeMethod: "squash"
description: '[Infrastructure PRs] Add area-infrastructure label to dependabot update Pull Requests & enable auto-merge'
onFailure:
onSuccess:
Loading