File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ permissions:
33  contents : write 
44  pull-requests : write 
55on :
6+   pull_request :
67  schedule :
78    - cron : " 0 10 * * 1" 
89  workflow_dispatch :
@@ -12,13 +13,17 @@ jobs:
1213    runs-on : ubuntu-latest 
1314    steps :
1415      - uses : actions/checkout@v4 
16+         with :
17+           fetch-depth : 0 
18+           ref : ${{ github.event.pull_request.head.sha }} 
1519
1620      - name : Fetch and merge from Weblate 
1721        #  The commit message is generated in Weblate; see https://hosted.weblate.org/addon/17163/
1822        run : | 
23+           git log --oneline --graph --all -n5 
1924          git remote add weblate https://hosted.weblate.org/git/zulip/zulip-flutter/ 
2025          git fetch weblate 
21-           git merge --ff-only  weblate/main 
26+           git merge weblate/main 
2227
2328name : Clone Flutter SDK 
2429        #  TODO(#1204) reinstate shallow clone with --depth=1000 and its corresponding comment here
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments