Lines Matching +full:fetch +full:- +full:depth
6 - 'release/v*' # on release branches
9 # https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#concurren…
12 group: ${{ github.ref }}-${{ github.workflow }}
13 cancel-in-progress: true
16 run-release-branch-updater:
18 runs-on: ubuntu-24.04
21 - name: Checkout LVGL
25 fetch-depth: 0 # fetch all
27 - name: set git credentials
29 git config user.name 'lvgl-bot'
30 git config user.email 'lvgl-bot@users.noreply.github.com'
32 - name: run the script
33 run: python3 lvgl/scripts/release_branch_updater.py --oldest-major 9