Skip to content

Commit

Permalink
Policy update
Browse files Browse the repository at this point in the history
  • Loading branch information
localden committed Nov 1, 2024
1 parent 28b3107 commit 6614793
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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: "Approved; this PR will merge when all status checks pass."
- 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'
- enableAutoMerge:
mergeMethod: Squash
- approvePullRequest:
comment: "Approved; this PR will merge when all status checks pass."
comment: "Automatic approval for sync PR. Change can be merged once all checks pass."
- enableAutoMerge:
mergeMethod: Squash
2 changes: 1 addition & 1 deletion .github/policies/scheduled-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ configuration:
- description: Push to main branch (scheduled 1:55PM PT publish - used as test)
frequencies:
- daily:
time: 20:55
time: 20:59
filters: []
actions:
- createPullRequest:
Expand Down

0 comments on commit 6614793

Please sign in to comment.