Add a default to task-priority to fix issues when forks are named differently

upstream-sync
Ben Hearsum 3 years ago committed by mergify[bot]
parent 5093e7a5d6
commit 5f64f8e894

@ -20,6 +20,11 @@ task-priority:
by-project:
"fenix": highest
"staging-fenix": low
# This handles cases where a fork may end up not being named
# as one of the explicit names above. Ideally anything forked
# from "fenix" would inherit its setting, but "low" is the
# safer default
default: low
taskgraph:
register: fenix_taskgraph:register

Loading…
Cancel
Save