arcade-services/github-merge-flow.jsonc

8 строки
187 B
Plaintext

// IMPORTANT: This file is read by the merge flow from main branch only.
{
"merge-flow-configurations": {
"production":{
"MergeToBranch": "main"
}
}
}