Skip to content
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

GitHub actions may fail with refs/pull/<number>/merge not found when PR is merged immediately after changing title #365382

Closed
FliegendeWurst opened this issue Dec 15, 2024 · 4 comments
Labels
0.kind: bug Something is broken 6.topic: continuous integration Affects continuous integration (CI) in Nixpkgs, including Ofborg and GitHub Actions

Comments

@FliegendeWurst
Copy link
Member

FliegendeWurst commented Dec 15, 2024

Describe the bug

See e.g.

Steps To Reproduce

See issue title

Expected behavior

GitHub action either uses the merged commit or skips execution.

Additional context

Metadata

Notify maintainers

For Codeowners specifically: @infinisil

It affects other checks too.


Note for maintainers: Please tag this issue in your PR.


Add a 👍 reaction to issues you find important.

@FliegendeWurst FliegendeWurst added 0.kind: bug Something is broken 6.topic: continuous integration Affects continuous integration (CI) in Nixpkgs, including Ofborg and GitHub Actions labels Dec 15, 2024
@wolfgangwalther
Copy link
Contributor

I don't think it's related to changing the title - I had this error repeatedly as well the last couple of weeks, without changing any.

@FliegendeWurst
Copy link
Member Author

It is related - changing the title will re-trigger CI.

@infinisil
Copy link
Member

Only the first link is an instance of the problem with refs/pull/<number>/merge, and that is fixed on master with #364338! So that just needs a backport :)

The other three failed because they ran on an intermediate commit (4f9ec4f) that didn't have the ffmpeg argument which you later force pushed.

@infinisil
Copy link
Member

#365673

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0.kind: bug Something is broken 6.topic: continuous integration Affects continuous integration (CI) in Nixpkgs, including Ofborg and GitHub Actions
Projects
None yet
Development

No branches or pull requests

3 participants