Hi maintainers,
while working on a different open source project, I face the challenge of adding a “check” to GitHub that is automatically run on each commit. But if it fails, that should not mark the whole commit / PR as failed.
In the Syncthing main repo, we already have such “not required” checks running. Could someone with access to the repository settings please show how to set up such a distinction between required and optional checks? I think it will be under the branch protection settings, but could also need some YAML adjustments? Ideally with screenshots, please
I’m not very knowledgeable with GitHub CI in general. Others have already tried to find the settings, but so far no luck.
For reference: Type annotations in canopen · Issue #358 · christiansandberg/canopen · GitHub
Thank you very much in advance!