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

This commit is contained in:
Ben Hearsum 2021-08-09 10:57:32 -04:00 committed by mergify[bot]
parent 5093e7a5d6
commit 5f64f8e894

View File

@ -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