Changeset 89983 in vbox for trunk/src/VBox/Devices/EFI/FirmwareNew/.mergify/config.yml
- Timestamp:
- Jul 1, 2021 8:17:41 AM (4 years ago)
- Location:
- trunk/src/VBox/Devices/EFI/FirmwareNew
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/FirmwareNew
-
Property svn:mergeinfo
changed from (toggle deleted branches)
to (toggle deleted branches)/vendor/edk2/current 103735-103757,103769-103776,129194-139864 /vendor/edk2/current 103735-103757,103769-103776,129194-145445
-
Property svn:mergeinfo
changed from (toggle deleted branches)
-
trunk/src/VBox/Devices/EFI/FirmwareNew/.mergify/config.yml
r85718 r89983 17 17 # of this file on other branches of a repo are ignored by Mergify. 18 18 # 19 # Copyright (c) 2019 , Intel Corporation. All rights reserved.<BR>19 # Copyright (c) 2019 - 2020, Intel Corporation. All rights reserved.<BR> 20 20 # SPDX-License-Identifier: BSD-2-Clause-Patent 21 21 # … … 29 29 - name: Automatically merge a PR when all required checks pass and 'push' label is present 30 30 conditions: 31 - base =master31 - base~=(^master|^stable/) 32 32 - label=push 33 33 - author=@tianocore/edk-ii-maintainers … … 42 42 - name: Automatically close a PR when all required checks pass and 'push' label is not present 43 43 conditions: 44 - base =master44 - base~=(^master|^stable/) 45 45 - -label=push 46 46 - -closed … … 56 56 - name: Post a comment on a PR that can not be merged due to a merge conflict 57 57 conditions: 58 - base =master58 - base~=(^master|^stable/) 59 59 - conflict 60 60 actions: … … 64 64 - name: Automatically close a PR that fails the EDK II Maintainers membership check and 'push' label is present 65 65 conditions: 66 - base =master66 - base~=(^master|^stable/) 67 67 - label=push 68 68 - -author=@tianocore/edk-ii-maintainers … … 73 73 - name: Post a comment on a PR if PatchCheck fails 74 74 conditions: 75 - base =master75 - base~=(^master|^stable/) 76 76 - status-failure=tianocore.PatchCheck 77 77 actions: … … 81 81 - name: Post a comment on a PR if Ubuntu GCC5 fails 82 82 conditions: 83 - base =master83 - base~=(^master|^stable/) 84 84 - status-failure=Ubuntu GCC5 PR 85 85 - status-success=Ubuntu GCC5 PR (FAILED) … … 90 90 - name: Post a comment on a PR if Windows VS2019 fails 91 91 conditions: 92 - base =master92 - base~=(^master|^stable/) 93 93 - status-failure=Windows VS2019 PR 94 94 - status-success=Windows VS2019 PR (FAILED)
Note:
See TracChangeset
for help on using the changeset viewer.