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
Explain how to handle skipped required checks #8926
Comments
This comment has been minimized.
This comment has been minimized.
Hi @jsoref, could you link to one or more examples? Thanks! |
|
Thanks @jsoref! This sounds like a great plan that will address a very common source of confusion. You or anyone else is welcome to open that PR! |
* Update troubleshooting-required-status-checks.md * Add troubleshooting info Adds how to handle skipped required checks. Fixes #8926 * Fix generic workflow * Add a note about other CI/CD * Add images * Added images * Delete troubleshooting-required-status-checks.md * Fix merge conflicts * Remove blank lines Co-authored-by: hubwriter <hubwriter@github.com> * Apply styling * Group notes into one * Remove older images * Remove images * Added suggested images * Update content/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks.md Co-authored-by: hubwriter <hubwriter@github.com>
|
Because I landed here from google search, the documented solution is here: https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks#handling-skipped-but-required-checks |
|
@jsoref I'm trying to research this topic, but all the links in #8926 (comment) are dead. Where can I find those old forum topics? |
|
Dunno. They did a real number in github.community in their migration. It didn't occur to me when I filed this that I'd need to quote the full contents of each item here... |
|
I tried searching for some slugs without dashes but no results, not even on Google. |
|
@TWiStErRob IA appears to have at least some of them..., here's an example: https://web.archive.org/web/20200928033538/https://github.community/t/github-pull-request-is-waiting-for-required-status-checks-even-with-ci-skip-in-commit-message/827 |
|
Oo nice, forgot about that. |
jsoref commentedAug 10, 2021
Code of Conduct
What article on docs.github.com is affected?
https://github.com/github/docs/blob/2289ca70c7ec7ec1b81eafdb333cd0157fafaa08/content/github/administering-a-repository/troubleshooting-required-status-checks.md
What part(s) of the article would you like to see updated?
A section should be added that explains that if people use
pathsfor a required check, they'll want to add a second copy of the check withpaths-ignorefor the same content that just returnstrue.Additional information
It's a FAQ in https://github.community
The text was updated successfully, but these errors were encountered: