Switch between part and fragment loading at start and on segment boun… #16046
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Auto Merge Dependency Updates | |
on: | |
- pull_request_target | |
permissions: | |
contents: read | |
pull-requests: write | |
jobs: | |
run: | |
runs-on: ubuntu-latest | |
concurrency: | |
group: 'automerge:run:${{ github.head_ref }}' | |
cancel-in-progress: true | |
steps: | |
- uses: tjenkinson/gh-action-auto-merge-dependency-updates@94a659f2eba4e787914b23e13ab2a28f46b5e1e6 # v1.3.5 | |
with: | |
repo-token: ${{ secrets.CI_GITHUB_TOKEN }} | |
allowed-actors: renovate[bot] |