Skip to content
Merged
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
23 changes: 23 additions & 0 deletions .github/policies/resourceManagement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,29 @@ configuration:

eventResponderTasks:

- description: Auto-approve/merge automated merge PRs
triggerOnOwnActions: false
if:
- payloadType: Pull_Request
- isPullRequest
- isActivitySender:
user: github-actions[bot]
issueAuthor: False
- or:
- titleContains:
pattern: "[automated] Merge branch"
isRegex: False
- titleContains:
pattern: "[automated] Update main version"
isRegex: False
- isAction:
action: Opened
then:
- approvePullRequest:
comment: Auto-approve
- enableAutoMerge:
mergeMethod: merge

- description: Add "untriaged" label to issues when opened
triggerOnOwnActions: false
if:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/branch-snap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: Update main version
title: 'Update main version'
title: '[automated] Update main version'
branch: merge/update-main-version