From 3cdd56cb963666343aedee6ee6cc7035dacd9e0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Amaury=20Lev=C3=A9?= Date: Tue, 5 Dec 2023 11:23:23 +0100 Subject: [PATCH] Update auto-merge condition (#1875) --- .github/workflows/enable-auto-merge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/enable-auto-merge.yml b/.github/workflows/enable-auto-merge.yml index eafaabebee..cb325f9946 100644 --- a/.github/workflows/enable-auto-merge.yml +++ b/.github/workflows/enable-auto-merge.yml @@ -7,7 +7,7 @@ permissions: jobs: add_milestone: runs-on: ubuntu-latest - if: ${{ github.repository == 'microsoft/testfx' && github.event.pull_request.user.login == 'dotnet-bot' && startsWith(github.event.pull_request.title, 'Localized file check-in') }} + if: ${{ github.repository == 'microsoft/testfx' && github.event.pull_request.user.login == 'dotnet-bot' && (startsWith(github.event.pull_request.title, 'Localized file check-in') || startsWith(github.event.pull_request.title, 'Update dependencies from https://github.com/dotnet/') || startsWith(github.event.pull_request.title, 'Update dependencies from https://github.com/microsoft/')) }} steps: - name: Enable pull request auto-merge env: