mirror of https://github.com/ceph/go-ceph
github: remove deprecated and failing rebase_fallback attribute
As noted in the status on github: ``` The configuration uses the deprecated rebase_fallback attribute of the queue action. A brownout is planned on February 13th, 2023. This option will be removed on March 13th, 2023. For more information: https://docs.mergify.com/actions/queue/ ``` Therefore we'll simply drop this attribute. Signed-off-by: John Mulligan <jmulligan@redhat.com>
This commit is contained in:
parent
45e9a80284
commit
5cefb0937f
|
@ -4,7 +4,6 @@ defaults:
|
|||
queue:
|
||||
name: default
|
||||
method: rebase
|
||||
rebase_fallback: merge
|
||||
update_method: rebase
|
||||
|
||||
# each test should be listed separately, do not use regular expressions:
|
||||
|
|
Loading…
Reference in New Issue