Skip to content

Commit

Permalink
Test approval
Browse files Browse the repository at this point in the history
  • Loading branch information
localden committed Nov 1, 2024
1 parent 6f9dd77 commit 28ffca1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/policies/auto-label-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ configuration:
- addLabel:
label: ':octocat: auto-merge'
- approvePullRequest:
comment: "Automatic approval for sync PR. Change can be merged once all checks pass."
comment: Automatic approval for sync PR. Change can be merged once all checks pass.
- enableAutoMerge:
mergeMethod: Squash
- description: Label publish PRs from the microsoft-github-policy-service bot
Expand All @@ -41,6 +41,6 @@ configuration:
- addLabel:
label: ':octocat: auto-merge'
- approvePullRequest:
comment: "Automatic approval for sync PR. Change can be merged once all checks pass."
comment: Automatic approval for sync PR. Change can be merged once all checks pass.
- enableAutoMerge:
mergeMethod: Squash
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:10PM PT publish - used as test)
- description: Push to main branch (scheduled 2:25PM PT publish - used as test)
frequencies:
- daily:
time: 21:10
time: 21:25
filters: []
actions:
- createPullRequest:
Expand Down

0 comments on commit 28ffca1

Please sign in to comment.