Add an enqueue command

This commit is contained in:
2024-04-14 22:24:33 +02:00
parent eda0f22f07
commit fe81d713e1
2 changed files with 156 additions and 36 deletions

View File

@@ -28,8 +28,12 @@ Options
Commands
--------
*restart* _ID_...::
*enqueue* _OWNER_ _REPO_ _REF_ [_RUNNER_]...::
Create new or restart existing tasks for the given reference,
which will be resolved to a full commit hash.
*restart* [_ID_]...::
Schedule tasks with the given IDs to be rerun.
Run this command without arguments to pick up external database changes.
Configuration
-------------