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

PRs created from Githubs WebUI have other job names #40

Open
lgoettgens opened this issue Oct 7, 2024 · 0 comments · May be fixed by #44
Open

PRs created from Githubs WebUI have other job names #40

lgoettgens opened this issue Oct 7, 2024 · 0 comments · May be fixed by #44

Comments

@lgoettgens
Copy link
Member

See e.g. Nemocas/AbstractAlgebra.jl#1811.

I opened the PR using the web editor, and thus the branch got named lgoettgens-patch-1.
However, the CI jobs created by OscarDevTools have different names than they have in all other cases.
I agree with the idea behind this that we should never try to match these kinds of branches to the ones in other downstream repositories, but that shouldn't be the reason for this discrepancy.

expected job name:
matching: [Nemo#master,Hecke#master] - ubuntu-latest, julia ~1.10.0-0
real job name:
[Nemo,Hecke]#master - ubuntu-latest, julia ~1.10.0-0

Due to this difference, one always needs to circumvent branch protection rules to merge these kinds of PRs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant