ubicloud/routes/webhook
Burak Velioglu e2f1821242 Add logic for supporting github custom labels
Until now, users could only use predefined labels for
their github workflows. However, some users wanted
workflow-level limits for finer control. To address this
support for custom labels is introduced.

Custom labels are unique per [installation, label]
which allows multiple installations to reuse the same
custom label. Each custom label is aliased to a predefined
label. In other words, users still run on VM types defined
by predefined labels, but can introduce workflow-level
limits by using custom labels.

With this commit, only concurrency limits are supported.
Additional limits can be introduced later by adding new
columns to the github_custom_label model.
2025-09-15 14:41:01 +03:00
..
github.rb Add logic for supporting github custom labels 2025-09-15 14:41:01 +03:00