- Do not re-run PR tests on edited PRs
- Close added/fixed issues on published release
- Issues stale after 60 days instead of 30, close after 10 days instead of 5
- Use Vankka/pr-target-branch-action for checking that PR is made to proper branch
- Add version number to sphinx config, must use cmake to configure the file
- Add jobs to readthedocs.yaml configuration
- remove ubuntu 21.04 from CI (end of life)
- adjust matrix strategy for clang.yml
- Use lessons learned from RetroArcher on localize.yml, crowdin.yml, and locale.py
- Add end of life comments to Dockerfiles
- Adjust dependency order in Dockerfiles
This commit modifies the clang-format configuration and workflow to support ObjectiveC and ObjectiveC++ code.
Signed-off-by: Anselm Busse <anselm.busse@outlook.com>
- Use job strategy matrix
- inplace True allows artifacts to be uploaded; however workflow succeeds even if there are errors
- inplace False fails workflow if there are errors