-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Refer to DHH's local CI sign-offs: https://x.com/dhh/status/1896932150055997517
An alternative way to run Vira -- alternative to web UI with Github/Bitbucket integration -- is to let the developers manually "sign-off" their commits when opening a PR or MR. GitHub provides sign-off feature (see post above), and Bitbucket may well do. The PR or MR cannot be merged unless the head commit is signed off.
So when running Vira in this "local CI" mode, it would
- effectively run
om cion the particular commit- Do so on multiple platforms if configured
- run sign-off on the same commit if the CI passes
- [optionally] push to cache (e.g.: attic)