-
-
Notifications
You must be signed in to change notification settings - Fork 59
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 issues not triggering #373
Comments
Did we shove all of these into a single file with this trick due to requiring status checks that don't get run blocks a PR? |
I confirmed that it worked well since May ( https://bugs.python.org/issue40548 ) but it started to fail with I'm not sure if cc @FFY00 |
I understood that @FFY00 chose to use a separated job to check if a PR is a "doc only" to easy maintenance of the check: the job uses Linux and reuses services like The advantage is to not even start other jobs if it's a doc-only PR. It reduces resource consumption. |
Oh! I can reproduce the issue with Git 2.28 (on Fedora Rawhide), but not with Git 2.26 (Fedora 32). Script to reproduce the issue:
But |
Difference between 2 dots (..) and 3 dots (...): It seems like using 2 dots should be enough for the workflow job, since GitHub starts by merging master into the PR anyway. |
I didn't find any obvious change on the "merge-base" command in the Git 2.28 changelog, but this version contains many changes, so I'm not surprised that the behavior changed. |
I proposed python/cpython#21806 to replace "..." (3 dots) with ".." (2 dots). |
Sorry for the delay! I wasn't able to look at this earlier. See my comment in python/cpython#21806 (comment). |
My python/cpython#21806 was merged into master and then backported to 3.8 and 3.9 branches. I close the issue. |
Something has happened to the source checker task, e.g. python/cpython#21748
I'm not sure what this error means, but because the failure is treated as a success, the checks decide they don't need to run and so we get all green with no CI!
The text was updated successfully, but these errors were encountered: