VirtualBox

Ignore:
Timestamp:
Jul 1, 2021 8:17:41 AM (4 years ago)
Author:
vboxsync
Message:

Devices/EFI: Merge edk-stable202105 and openssl 1.1.1j and make it build, bugref:4643

Location:
trunk/src/VBox/Devices/EFI/FirmwareNew
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/EFI/FirmwareNew

  • trunk/src/VBox/Devices/EFI/FirmwareNew/.mergify/config.yml

    r85718 r89983  
    1717#   of this file on other branches of a repo are ignored by Mergify.
    1818#
    19 # Copyright (c) 2019, Intel Corporation. All rights reserved.<BR>
     19# Copyright (c) 2019 - 2020, Intel Corporation. All rights reserved.<BR>
    2020# SPDX-License-Identifier: BSD-2-Clause-Patent
    2121#
     
    2929  - name: Automatically merge a PR when all required checks pass and 'push' label is present
    3030    conditions:
    31       - base=master
     31      - base~=(^master|^stable/)
    3232      - label=push
    3333      - author=@tianocore/edk-ii-maintainers
     
    4242  - name: Automatically close a PR when all required checks pass and 'push' label is not present
    4343    conditions:
    44       - base=master
     44      - base~=(^master|^stable/)
    4545      - -label=push
    4646      - -closed
     
    5656  - name: Post a comment on a PR that can not be merged due to a merge conflict
    5757    conditions:
    58       - base=master
     58      - base~=(^master|^stable/)
    5959      - conflict
    6060    actions:
     
    6464  - name: Automatically close a PR that fails the EDK II Maintainers membership check and 'push' label is present
    6565    conditions:
    66       - base=master
     66      - base~=(^master|^stable/)
    6767      - label=push
    6868      - -author=@tianocore/edk-ii-maintainers
     
    7373  - name: Post a comment on a PR if PatchCheck fails
    7474    conditions:
    75       - base=master
     75      - base~=(^master|^stable/)
    7676      - status-failure=tianocore.PatchCheck
    7777    actions:
     
    8181  - name: Post a comment on a PR if Ubuntu GCC5 fails
    8282    conditions:
    83       - base=master
     83      - base~=(^master|^stable/)
    8484      - status-failure=Ubuntu GCC5 PR
    8585      - status-success=Ubuntu GCC5 PR (FAILED)
     
    9090  - name: Post a comment on a PR if Windows VS2019 fails
    9191    conditions:
    92       - base=master
     92      - base~=(^master|^stable/)
    9393      - status-failure=Windows VS2019 PR
    9494      - status-success=Windows VS2019 PR (FAILED)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette