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:
John Mulligan 2023-02-13 16:05:37 -05:00 committed by Anoop C S
parent 45e9a80284
commit 5cefb0937f
1 changed files with 0 additions and 1 deletions

1
.github/mergify.yml vendored
View File

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