We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfeb257 commit e39358cCopy full SHA for e39358c
.github/workflows/update-translations.yml
@@ -3,6 +3,7 @@ permissions:
3
contents: write
4
pull-requests: write
5
on:
6
+ pull_request:
7
schedule:
8
- cron: "0 10 * * 1"
9
workflow_dispatch:
@@ -16,6 +17,7 @@ jobs:
16
17
- name: Fetch and merge from Weblate
18
# The commit message is generated in Weblate; see https://hosted.weblate.org/addon/17163/
19
run: |
20
+ git log --oneline --graph --all -n5
21
git remote add weblate https://hosted.weblate.org/git/zulip/zulip-flutter/
22
git fetch weblate
23
git merge --ff-only weblate/main
0 commit comments