Skip to content

Commit

Permalink
Merge pull request segmentio#1885 from segmentio/repo-sync
Browse files Browse the repository at this point in the history
repo sync
  • Loading branch information
markzegarelli authored Sep 23, 2021
2 parents b866ddc + 2328422 commit 3451876
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/repo-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
schedule:
- cron: "*/30 * * * *" # every 30 minutes.


jobs:
repo-sync:
name: Repo Sync
Expand Down Expand Up @@ -57,4 +56,4 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
number: ${{ steps.find-pull-request.outputs.number }}
method: merge
method: merge

0 comments on commit 3451876

Please sign in to comment.