Skip to content

Merge pull request #3967 from crazyserver/MOBILE-4540 #319

Merge pull request #3967 from crazyserver/MOBILE-4540

Merge pull request #3967 from crazyserver/MOBILE-4540 #319

Workflow file for this run

name: Merge
on:
push:
branches: [ main, v*.x ]
jobs:
merge:
if: github.repository == 'moodlemobile/moodleapp'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
fetch-depth: 0
- name: Prepare builds
env:
GIT_TOKEN: ${{ secrets.GIT_TOKEN }}
run: ./.github/scripts/merge.sh