ci-tooling 2025-09-22
Massive CI/CD consolidation into single python-ci action
17 files · 786+ · 1,888-

Action consolidation

5 files changed
  • action.yml Single consolidated CI action replacing separate quality, test, build, and security actions
  • action.yml Removed — merged into python-ci
  • action.yml Removed — merged into python-ci
  • action.yml Removed — merged into python-ci
  • action.yml Removed — merged into python-ci
  • Consolidated five separate composite actions into a single python-ci action to simplify consumer workflow configuration decouple architectural
    1 file
    • action.yml
  • Removed individual build, quality, test, security, and version generation actions deprecate architectural
    4 files
    • action.yml
    • action.yml
    • action.yml
    • action.yml

GitHub authentication action

2 files changed
  • action.yml New action for configuring GitHub authentication with proper YAML multiline syntax
  • README.md Documentation for the auth action
  • Added setup-github-auth action for configuring GitHub token authentication in workflows instantiate behavioral
    2 files
    • action.yml
    • README.md

Standard workflow templates

2 files changed
  • standard-ci.yml Template CI workflow for consuming repos
  • standard-release.yml Template release workflow for consuming repos
  • Added standard CI and release workflow templates for easy adoption by downstream repos instantiate behavioral
    2 files
    • standard-ci.yml
    • standard-release.yml