-
Notifications
You must be signed in to change notification settings - Fork 31
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
[pull] master from atom:master #12
Conversation
Automate dependency bumps
Is this right? I see Pullbot is set up to do rebases in the config file. I think merge commits is slightly nicer, but that's just my take. Rebasing us on top of upstream would make some sense as well. I think it's rebasing upstreams new commits on top of ours, which works too, but it causes our commit histories to diverge. So it's kind of messy to compare the fork to upstream after a while. |
It supposed to rebase, but the timing has not been correct. 🤔 We can try merge or squash instead. I will fix the master changes. |
Here's the docs for the pull bot, I'm taking a look at them to see what the options are: https://github.com/wei/pull#readme There might also be something we can use (App or Action) in the GitHub Marketplace. Or if it's easy enough, write our own that does what we want. https://github.com/marketplace |
There are a bunch of other bots here: I think that the pull bot is able to detect if we are behind by comparing. The GitHub counter is not a good representation. |
We can try that other app and see what happens. Also: This is an action I found that could do all of it, but I don't think you can run it every time upstream updates, so you'd have to run it on a schedule or something like that: https://github.com/marketplace/actions/github-sync-to-upstream-repository For rebasing our repo every time upstream
Looking into the exact apps/tasks to use; I know we can use the pull bot we already have for keeping I'm still learning GitHub Workflows, so setting up an action will take a bit more reading: https://docs.github.com/actions |
See Commits and Changes for more details.
Created by
pull[bot]. Want to support this open source service? Please star it : )