Skip to content

Commit

Permalink
Move to policies
Browse files Browse the repository at this point in the history
  • Loading branch information
localden committed Oct 26, 2024
1 parent c780b8e commit f85106a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 94 deletions.
19 changes: 19 additions & 0 deletions .github/policies/scheduled-sync.yml
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.
94 changes: 0 additions & 94 deletions .github/workflows/automerge.yml

This file was deleted.

0 comments on commit f85106a

Please sign in to comment.