-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
19 additions
and
94 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
name: Sync Smoke Test To Main | ||
description: Creates pull requests on a schedule | ||
resource: repository | ||
|
||
where: | ||
configuration: | ||
resourceManagementConfiguration: | ||
scheduledSearches: | ||
- description: Push to live branch (scheduled publish) | ||
frequencies: | ||
- daily: | ||
time: 23:00 | ||
filters: [] | ||
actions: | ||
- createPullRequest: | ||
head: smoke-test | ||
base: main | ||
title: Sync smoke-test to main | ||
body: Please don't squash-merge this PR. |
This file was deleted.
Oops, something went wrong.