Skip to content

Commit 111f2fb

Browse files
author
markzegarelli
authored
Update repo-sync.yml
1 parent 24dc1ec commit 111f2fb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/repo-sync.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: Repo Sync
22

33
on:
44
schedule:
5-
- cron: "*/15 * * * *" # every 15 minutes. set to whatever interval you like
5+
- cron: "*/30 * * * *" # every 30 minutes.
6+
67

78
jobs:
89
repo-sync:
@@ -56,4 +57,4 @@ jobs:
5657
with:
5758
github-token: ${{ secrets.GITHUB_TOKEN }}
5859
number: ${{ steps.find-pull-request.outputs.number }}
59-
method: merge
60+
method: merge

0 commit comments

Comments
 (0)