-
Notifications
You must be signed in to change notification settings - Fork 66
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
Try to improve autoupdate #227
Comments
@derberg Can I work upon this? |
sure, go ahead |
cc - @derberg |
|
@derberg, can you please tell me the secrets stored in the repo so that I can introduce them into the code? Also, the updation of forks requires a maintainer level of access, if I am not wrong. 😓 |
sorry, was out on holidays yeah, I cannot give you secrets, this is why these are secrets 😛
yes, and our bots are maintainers in all repos, so that will work |
you probably need to setup alternative test account to test it. I do it on my own too, have 2 GH accounts, one that you see here and the other purely for testing |
Got it 😄 |
/help |
Hello, @derberg! 👋🏼 I'm 🧞🧞🧞 Genie 🧞🧞🧞 from the magic lamp. Looks like somebody needs a hand! At the moment the following comments are supported in issues:
|
Reason/Context
The autoupdate workflow doesn't work with forks.
It can update only branches that are in the upstream.
Description
When the branch from the fork is out of sync with master, in the UI maintainers see a button that they can click to update the branch with master.
We should allow anyone to be able to trigger such an update.
If there is a button, there needs to be API behind it, REST or GraphQL. There needs to be a research on how to trigger such branch update in form with an API. Then we need to update autoupdate workflow
The text was updated successfully, but these errors were encountered: