Skip to content

Commit

Permalink
Update policies
Browse files Browse the repository at this point in the history
  • Loading branch information
localden committed Nov 1, 2024
1 parent d1ad367 commit 93de07b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/policies/auto-label-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ configuration:
then:
- addLabel:
label: ':octocat: auto-merge'
- approvePullRequest:
comment: Automatic approval for sync PR. Change can be merged once all checks pass.
- enableAutoMerge:
mergeMethod: Squash
- approvePullRequest:
comment: ':shipit:'
- description: Label publish PRs from the microsoft-github-policy-service bot
triggerOnOwnActions: true
if:
Expand All @@ -40,7 +40,7 @@ configuration:
then:
- addLabel:
label: ':octocat: auto-merge'
- approvePullRequest:
comment: Automatic approval for sync PR. Change can be merged once all checks pass.
- enableAutoMerge:
mergeMethod: Squash
mergeMethod: Squash
- approvePullRequest:
comment: ':shipit:'
4 changes: 2 additions & 2 deletions .github/policies/scheduled-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ configuration:
base: main
title: Merge smoke-test into main
body: Please don't squash-merge this PR.
- description: Push to main branch (scheduled 2:32PM PT publish - used as test)
- description: Push to main branch (scheduled 2:40PM PT publish - used as test)
frequencies:
- daily:
time: 21:32
time: 21:40
filters: []
actions:
- createPullRequest:
Expand Down

0 comments on commit 93de07b

Please sign in to comment.