Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update configuration #597

Merged
merged 1 commit into from
Nov 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions .github/policies/scheduled-prod-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ configuration:
head: main
base: live
title: Merge main into live
body: Automated merge of the main branch into live, syncing documentation content to the production environment.
body: Automated merge of the main branch into live.

- description: Push to live branch (scheduled 7PM PT publish)
frequencies:
- daily:
Expand All @@ -27,7 +28,8 @@ configuration:
head: main
base: live
title: Merge main into live
body: Automated merge of the main branch into live, syncing documentation content to the production environment.
body: Automated merge of the main branch into live.

- description: Push to live branch (scheduled 3AM PT publish)
frequencies:
- daily:
Expand All @@ -38,4 +40,4 @@ configuration:
head: main
base: live
title: Merge main into live
body: Automated merge of the main branch into live, syncing documentation content to the production environment.
body: Automated merge of the main branch into live.
13 changes: 2 additions & 11 deletions .github/policies/scheduled-stage-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,7 @@ configuration:
base: main
title: Merge smoke-test into main
body: Automated merge of the smoke-test branch into main.
- description: Push to main branch (test publish)
frequencies:
- daily:
time: 18:30
filters: []
actions:
- createPullRequest:
head: smoke-test
base: main
title: Merge smoke-test into main
body: Automated merge of the smoke-test branch into main.

- description: Push to main branch (scheduled 6PM PT publish)
frequencies:
- daily:
Expand All @@ -39,6 +29,7 @@ configuration:
base: main
title: Merge smoke-test into main
body: Automated merge of the smoke-test branch into main.

- description: Push to main branch (scheduled 2AM PT publish)
frequencies:
- daily:
Expand Down
Loading