-
Notifications
You must be signed in to change notification settings - Fork 130
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
Add Action to rebase release PR to develop #767
Conversation
how nice, the PR is testing itself :3 ... okay why is it taking so long to get a runner? @jtaala you think public runners are disabled in the PaperWM org? |
I don't believe so. I've checked settings and actions settings allows all actions and resusable workflows. Says no runners are configured though. |
Looks like only option for runners is creating a self-hosted runner. I'm not familiar with github runners though so not sure. |
There doesn't seem to be an option to add a github-hosted runner, maybe that only available in github enterprise?... or maybe it is blocked at the org level (note: I don't have org perms). |
Likely the latter. I control a solo org and I can enable GitHub runners on it. We might need @hedning for this one. |
Maybe @olejorgenb can help? They're also an org member and seem more active on their GitHub. |
Well, we've pinged @olejorgenb in this chat - so he can respond if he's able to. I did get a response from @olejorgenb back in 2022, so it's possible. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks fine to me.
Once we can run things (runner) in PaperWM can merge this in.
Thanks for checking @olejorgenb, maybe GitHub was just having a bad day ¯\_(ツ)_/¯ |
be66d32
to
13e26ea
Compare
887a5ef
to
a52f349
Compare
Thanks for your contribution! We don't accept pull requests to the |
a52f349
to
0325ef5
Compare
Thanks @olejorgenb! Hope things are going well. Looks like it's it's working now. |
This (as of yet untested) GitHub action will automatically detect PRs created against
release
and redirect them todevelop
(and leave a nice comment).This only applies on creation, so PRs can still be rebased to
release
if needs be.