Skip to content

Commit 26234e1

Browse files
Disable Auto Merge for Renovate PRs (drasi-project#66)
# Description Disable cron schedule of `automerge` workflow. ## Type of change - This pull request is a minor refactor, code cleanup, test improvement, or other maintenance task and doesn't change the functionality of Drasi (issue link optional). Signed-off-by: Aman Singh <aman.singh.original@gmail.com>
1 parent da019af commit 26234e1

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/automerge.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
name: Automerge Renovate PRs
22

3+
name: Automerge Renovate PRs
4+
35
on:
46
schedule:
5-
# Runs at 12:00 PM Pacific Time on Wednesdays.
6-
- cron: '0 19 * * 3'
7+
# Disable AutoRun for now: Runs at 12:00 PM Pacific Time on Wednesdays.
8+
# - cron: '0 19 * * 3'
79
workflow_dispatch: # Allows manual triggering
810

911
permissions:
@@ -94,4 +96,4 @@ jobs:
9496
console.log("Starting automerge workflow...");
9597
await processPRs("automerge-patch-candidate", 7, 'squash'); // Patches wait 7 days
9698
await processPRs("automerge-minor-candidate", 14, 'squash'); // Minors wait 14 days
97-
console.log("Automerge workflow finished.");
99+
console.log("Automerge workflow finished.");

0 commit comments

Comments
 (0)