-
Notifications
You must be signed in to change notification settings - Fork 77
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
Find some way to work around github not running CI on GHA-created PRs #1864
Comments
Thanks! Do we need to configure something to enable this in Miri, or should it "Just Work (TM)"? |
You'll need to add the empty table to config.toml, the newly added forge docs should have an example. |
Unfortunately this does not seem to work yet: rust-lang/miri#4085. FWIW another possible modus operandi here might be for the PR description itself to contain |
In rust-lang/miri#4088 it worked, amazing :) Thanks a lot! |
PRs created in GHA do not trigger CI. That is a problem when combined with merge queues, where a PR will only be considered ready-to-land when CI passes. The best work-around I know of so far is to close and re-open the PR, which will trigger CI.
It might make sense to have a bot do the close-and-reopen automatically, just so that CI has generally already run by the time a human looks at the PR.
The text was updated successfully, but these errors were encountered: