Skip to content

Commit 109e86b

Browse files
authored
Repo File Sync: Synced file(s) with microsoft/mu_devops (#72)
Synced local file(s) with [microsoft/mu_devops](https://github.com/microsoft/mu_devops). 🤖: View the [Repo File Sync Configuration File](https://github.com/microsoft/mu_devops/blob/main/.sync/Files.yml) to see how files are synced. --- This PR was created automatically by the [repo-file-sync-action](https://github.com/BetaHuhn/repo-file-sync-action) workflow run [#3849048023](https://github.com/microsoft/mu_devops/actions/runs/3849048023) Signed-off-by: Project Mu UEFI Bot <uefibot@microsoft.com>
1 parent 45b6e69 commit 109e86b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/auto-merge.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,10 @@ on:
3636

3737
jobs:
3838
merge_check:
39+
if: |
40+
((github.event_name == 'pull_request_target' || github.event_name == 'pull_request_review') &&
41+
(github.event.pull_request.user.login == 'dependabot[bot]' || github.event.pull_request.user.login == 'uefibot')) ||
42+
((github.event_name == 'check_suite') &&
43+
(github.event.check_suite.sender.login == 'dependabot[bot]' || github.event.check_suite.sender.login == 'uefibot'))
3944
uses: microsoft/mu_devops/.github/workflows/AutoMerger.yml@v1.3.0
45+
secrets: inherit

0 commit comments

Comments
 (0)