File tree Expand file tree Collapse file tree 5 files changed +0
-147
lines changed Expand file tree Collapse file tree 5 files changed +0
-147
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -392,30 +392,6 @@ group:
392
392
microsoft/mu_tiano_platforms
393
393
microsoft/mu_tiano_plus
394
394
395
- # Leaf Workflow - Auto Approver
396
- - files :
397
- - source : .sync/workflows/leaf/auto-approve.yml
398
- dest : .github/workflows/auto-approve.yml
399
- template : true
400
- repos : |
401
- microsoft/mu
402
- microsoft/mu_basecore
403
- microsoft/mu_common_intel_min_platform
404
- microsoft/mu_crypto_release
405
- microsoft/mu_devops
406
- microsoft/mu_feature_config
407
- microsoft/mu_feature_debugger
408
- microsoft/mu_feature_dfci
409
- microsoft/mu_feature_ipmi
410
- microsoft/mu_feature_mm_supv
411
- microsoft/mu_feature_uefi_variable
412
- microsoft/mu_oem_sample
413
- microsoft/mu_plus
414
- microsoft/mu_silicon_arm_tiano
415
- microsoft/mu_silicon_intel_tiano
416
- microsoft/mu_tiano_platforms
417
- microsoft/mu_tiano_plus
418
-
419
395
# Leaf Workflow - Backport Dev Branch Changes to Release Branch
420
396
- files :
421
397
- source : .sync/workflows/leaf/backport-to-release-branch.yml
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -56,8 +56,6 @@ Table of Contents
56
56
57
57
- `Auto Merge `_
58
58
59
- - `Auto Approver `_
60
-
61
59
- `File Synchronization `_
62
60
63
61
- `Initial Issue Triage `_
@@ -196,28 +194,6 @@ To see more about this flow look in these files:
196
194
A Project Mu repo simply needs to sync `.sync/workflows/leaf/auto-merge.yml ` to their repo in `Files.yml ` and the
197
195
auto merge workflow will run in the repo.
198
196
199
- Auto Approver
200
- -------------
201
-
202
- Auto approves pull requests from allowed bot accounts. As part of reducing dependency overhead, this workflow first
203
- approves pull requests that are then auto merged after CI status checks complete. If a CI status check (e.g. build)
204
- fails, the pull request will not be merged.
205
-
206
- Note: This is currently disabled in most Project Mu repos.
207
-
208
- To see more about this flow look in these files:
209
-
210
- - The main reusable workflow file:
211
-
212
- - `.github/workflows/AutoApprover.yml `
213
-
214
- - The leaf workflow
215
-
216
- - `.sync/workflows/leaf/auto-approve.yml `
217
-
218
- A Project Mu repo simply needs to sync `.sync/workflows/leaf/auto-approve.yml ` to their repo in `Files.yml ` and the
219
- auto approve workflow will run in the repo.
220
-
221
197
File Synchronization
222
198
--------------------
223
199
You can’t perform that action at this time.
0 commit comments