diff --git a/.github/policies/auto-label-pr.yml b/.github/policies/auto-label-pr.yml index d6a4b444..1731bfc5 100644 --- a/.github/policies/auto-label-pr.yml +++ b/.github/policies/auto-label-pr.yml @@ -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 @@ -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 \ No newline at end of file diff --git a/.github/policies/scheduled-sync.yml b/.github/policies/scheduled-sync.yml index a4b62d47..1f92e097 100644 --- a/.github/policies/scheduled-sync.yml +++ b/.github/policies/scheduled-sync.yml @@ -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: