Skip to content

Commit 51c6e28

Browse files
author
markzegarelli
authored
Merge branch 'master' into remove-eol-schema-def
2 parents f70d257 + 970ebd7 commit 51c6e28

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/repo-sync.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
schedule:
55
- cron: "*/30 * * * *" # every 30 minutes.
66

7+
78
jobs:
89
repo-sync:
910
name: 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)