Fix check!

This commit is contained in:
Kavin 2022-11-11 21:14:43 +00:00 committed by GitHub
parent 1a94e1d69d
commit 519aab6cd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: AutoMerge Weblate translations
if: github.event.pull_request.user.login != 'weblate'
if: github.event.pull_request.user.login == 'weblate'
run: gh pr merge --auto --delete-branch --merge "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}