Skip to content

Commit 3451876

Browse files
author
markzegarelli
authored
Merge pull request #1885 from segmentio/repo-sync
repo sync
2 parents b866ddc + 2328422 commit 3451876

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/repo-sync.yml

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

7-
87
jobs:
98
repo-sync:
109
name: Repo Sync
@@ -57,4 +56,4 @@ jobs:
5756
with:
5857
github-token: ${{ secrets.GITHUB_TOKEN }}
5958
number: ${{ steps.find-pull-request.outputs.number }}
60-
method: merge
59+
method: merge

0 commit comments

Comments
 (0)