Skip to content
Merged
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
23 changes: 22 additions & 1 deletion .github/policies/resourceManagement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -646,6 +646,8 @@ configuration:
- titleContains:
pattern: Update .NET SDK
isRegex: False
- targetsBranch:
branch: main
then:
- addLabel:
label: area-infrastructure
Expand All @@ -655,6 +657,25 @@ configuration:
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
- 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