Skip to content

Commit

Permalink
Update auto-merge condition (#1875)
Browse files Browse the repository at this point in the history
  • Loading branch information
Evangelink authored Dec 5, 2023
1 parent 8a3f9b9 commit 3cdd56c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/enable-auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3cdd56c

Please sign in to comment.