Skip to content

Suggestion: create PRs by schedule #166

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
php-coder opened this issue Oct 26, 2019 · 4 comments
Closed

Suggestion: create PRs by schedule #166

php-coder opened this issue Oct 26, 2019 · 4 comments

Comments

@php-coder
Copy link

Hello,

I'm looking for a way to automate sync master branch with prod once a week. This bot seems do something close to what I want except the schedule part. Would it be possible to add such support?

(Also, I assume that the bot can work with 2 branches in a single repo, not forks.)

@wei
Copy link
Owner

wei commented Oct 26, 2019

What's the use case for once a week? at this time pull checks hourly and if you choose to not auto merge in the config, new changes will just be added to the pr until you're ready to merge it once a week.

and yes.

@wei wei closed this as completed Oct 26, 2019
@php-coder
Copy link
Author

What's the use case for once a week?

I want to publish and deploy once a week.

Thanks for quick response and information!

@wei
Copy link
Owner

wei commented Oct 26, 2019

sounds good. you can manually merge once a week when you're ready to deploy.

@wei
Copy link
Owner

wei commented Oct 26, 2019

if you want to automate the deploy, you can try out my other project repo-sync/github-sync GitHub action and just schedule that once a week using cron.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants