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
19 changes: 9 additions & 10 deletions .github/policies/resourceManagement.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Policybot docs live at https://eng.ms/docs/more/github-inside-microsoft/policies/resource-management
id:
id:
name: GitOps.PullRequestIssueManagement
description: GitOps.PullRequestIssueManagement primitive
owner:
owner:
resource: repository
disabled: false
where:
where:
configuration:
resourceManagementConfiguration:
scheduledSearches:
Expand Down Expand Up @@ -347,13 +347,12 @@ configuration:
- payloadType: Pull_Request
- isAction:
action: Opened
- or:
- includesModifiedFiles:
files:
- src/Shared/Runtime
- includesModifiedFiles:
files:
- src/Shared/Runtime
then:
- addReply:
reply: Greetings human! You've submitted a PR that modifies code that is shared with https://github.com/dotnet/runtime . Please make sure you synchronize this code with the changes in that repo!
reply: Greetings! You've submitted a PR that modifies code that is shared with https://github.com/dotnet/runtime . Please make sure you synchronize this code with the changes in that repo!
- addLabel:
label: 'Attention: Shared Code Modified'
description: '[Shared Code PRs] Flag PRs that affect shared code src/Shared/Runtime'
Expand Down Expand Up @@ -759,8 +758,8 @@ configuration:
- enableAutoMerge:
mergeMethod: "squash"
description: '[Infrastructure PRs] Add area-infrastructure label to dependabot update Pull Requests & enable auto-merge'
onFailure:
onSuccess:
onFailure:
onSuccess:



Expand Down