From ad8cd60dbbc0a34b1cc7f7e2784abda5afe44cbd Mon Sep 17 00:00:00 2001 From: Den Delimarsky <53200638+localden@users.noreply.github.com> Date: Mon, 28 Oct 2024 22:54:01 -0700 Subject: [PATCH] Update scheduled-sync.yml --- .github/policies/scheduled-sync.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/policies/scheduled-sync.yml b/.github/policies/scheduled-sync.yml index 6965f2b3..18baaa2b 100644 --- a/.github/policies/scheduled-sync.yml +++ b/.github/policies/scheduled-sync.yml @@ -1,4 +1,4 @@ -name: Sync Smoke Test To Main +name: GitOps.PullRequestIssueManagement - Scheduled PRs description: Creates pull requests on a schedule resource: repository @@ -6,7 +6,7 @@ where: configuration: resourceManagementConfiguration: scheduledSearches: - - description: Push to live branch (scheduled publish) + - description: Push to main (scheduled publish) frequencies: - daily: time: 23:00 @@ -16,4 +16,4 @@ configuration: head: smoke-test base: main title: Sync smoke-test to main - body: Please don't squash-merge this PR. \ No newline at end of file + body: "Please don't squash-merge this PR."