diff --git a/.github/workflows/enable-auto-merge.yml b/.github/workflows/enable-auto-merge.yml index 6f9f597939..37cdec677f 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/vstest' && 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 dotnet/') || startsWith(github.event.pull_request.title, 'Update dependencies from microsoft/')) }} + if: ${{ github.repository == 'microsoft/vstest' && github.event.pull_request.user.login == 'dotnet-maestro' && (startsWith(github.event.pull_request.title, '[main] Source code updates from dotnet/') || startsWith(github.event.pull_request.title, '[main] Update dependencies from dotnet/') || startsWith(github.event.pull_request.title, '[main] Update dependencies from devdiv/')) }} steps: - name: Enable pull request auto-merge env: @@ -25,4 +25,4 @@ jobs: } } } - }' -f pull=$PULL_REQUEST_ID \ No newline at end of file + }' -f pull=$PULL_REQUEST_ID