CBS-BC-AT / AL-Go

0 stars 0 forks source link

Combine Run Pre-Commit & AutoLabel into a single workflow #38

Closed cegekaJG closed 7 months ago

cegekaJG commented 7 months ago

This pull request introduces the workflow `RunPRCheck.yml", which combines the existing Run Pre-Commit, AutoLabel and any other future workflows into a single workflow. This simplifies the CI/CD process and improves efficiency.

cegekaJG commented 7 months ago

This requires the workflows to be refactored as actions. Aborted this PR as maintaining and creating actions is more difficult than a workflow.