]> git.proxmox.com Git - mirror_edk2.git/commitdiff
.mergify/config.yml: Remove rebase_fallback attribute (deprecated)
authorMichael Kubacki <michael.kubacki@microsoft.com>
Mon, 13 Feb 2023 16:04:41 +0000 (08:04 -0800)
committerMichael Kinney <michael.d.kinney@intel.com>
Mon, 13 Feb 2023 23:58:21 +0000 (15:58 -0800)
PR builds and CI are currently broken due to a mergify brownout
today because edk2 uses the `rebase_fallback` attribute of the
`queue` action.

Message from Mergify/Summary:

```
  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, this change removes the attribute per the guidance in
the following changelog message to retain existing behavior.

https://changelog.mergify.com/changelog/rebasefallback-is-deprecated

```
  The option rebase_fallback is now deprecated and should not be
  used anymore.

  Mergify will always report errors in the future if a rebase merge
  is impossible.
```

Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Sean Brogan <sean.brogan@microsoft.com>
Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
Reviewed-by: Rebecca Cran <rebecca@bsdio.com>
.mergify/config.yml

index bd6da4c779371ad681a385824bfb673a7be6fcf4..3471896a3495bbb882c108555dbaeeb306886723 100644 (file)
@@ -38,7 +38,6 @@ pull_request_rules:
     actions:\r
       queue:\r
         method: rebase\r
-        rebase_fallback: none\r
         name: default\r
 \r
   - name: Post a comment on a PR that can not be merged due to a merge conflict\r