Skip to content

scripts: Update the stable commits to point to latest versions #157

scripts: Update the stable commits to point to latest versions

scripts: Update the stable commits to point to latest versions #157

Workflow file for this run

name: Merge
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
merge_check:
runs-on: ubuntu-latest
steps:
- uses: squalrus/[email protected]
if: ${{ github.actor == 'dependabot[bot]' }}
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
labels: dependencies
delete_source_branch: true