Skip to content

Commit 5e0e139

Browse files
committed
fix: update cron schedule to run build-test workflow weekly on Sundays
1 parent e200e60 commit 5e0e139

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

.github/workflows/build-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: "Build & Test"
22

33
on:
44
schedule:
5-
# Run once a day at 00:00 UTC
6-
- cron: '0 0 * * *'
5+
# Run once a week on Sundays at 00:00 UTC
6+
- cron: '0 0 * * 0'
77
push:
88
branches: [main]
99
paths-ignore:

.github/workflows/weekly-upstream-sync.lock.yml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/weekly-upstream-sync.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ safe-outputs:
2525
create-issue:
2626
title-prefix: "[upstream-sync] "
2727
labels: [upstream-sync]
28+
expires: 6
2829
close-issue:
2930
required-labels: [upstream-sync]
3031
target: "*"
@@ -35,6 +36,8 @@ safe-outputs:
3536
assign-to-agent:
3637
name: "copilot"
3738
target: "*"
39+
noop:
40+
report-as-issue: false
3841
---
3942
# Weekly Upstream Sync Agentic Workflow
4043
This document describes the `weekly-upstream-sync.yml` GitHub Actions workflow, which automates the detection of new changes in the official [Copilot SDK](https://github.com/github/copilot-sdk) and delegates the merge work to the Copilot coding agent.

0 commit comments

Comments
 (0)