-
-
Notifications
You must be signed in to change notification settings - Fork 701
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
Comments
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. |
I want to publish and deploy once a week. Thanks for quick response and information! |
sounds good. you can manually merge once a week when you're ready to deploy. |
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. |
Hello,
I'm looking for a way to automate sync
master
branch withprod
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.)
The text was updated successfully, but these errors were encountered: