Skip to content

Commit

Permalink
Enable auto merge of gradle wrapper update
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor authored Feb 5, 2024
1 parent 1c47af4 commit 47bdfc1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
(
startsWith(github.event.pull_request.title, '[Bot] ') ||
startsWith(github.event.pull_request.title, 'Bump ') ||
startsWith(github.event.pull_request.title, 'New Crowdin updates')
startsWith(github.event.pull_request.title, 'New Crowdin updates') ||
startsWith(github.event.pull_request.title, 'Update Gradle Wrapper from')
)
)
steps:
Expand Down

0 comments on commit 47bdfc1

Please sign in to comment.