feat: Add labels to runners
All checks were successful
/ ansible-docsmith (push) Successful in 30s

Fixes #2.

Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
Julien Riou 2026-02-16 08:08:07 +01:00
commit c02dc6a20a
Signed by: jriou
GPG key ID: 9A099EDA51316854
7 changed files with 49 additions and 24 deletions

View file

@ -113,7 +113,7 @@ forgejo_runners_config_dir: /etc/forgejo-runners
#
# The key is the name of the repository on the instance
#
# The value is the token
# The value is a dict with a `token` key and optionally a dict of `labels`
#
# - Type: dict
# - Required: No