Skip to content

Commit 970ebd7

Browse files
author
markzegarelli
authored
Merge pull request #1884 from segmentio/repo-sync
repo sync
2 parents 12441b8 + 8936752 commit 970ebd7

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)