mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-09 09:48:22 +00:00
Fix check!
This commit is contained in:
parent
1a94e1d69d
commit
519aab6cd8
2
.github/workflows/weblate-merge.yml
vendored
2
.github/workflows/weblate-merge.yml
vendored
@ -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}}
|
||||
|
Loading…
Reference in New Issue
Block a user