Skip to content

Add actors sorted by CRC in Bmsld entity groups #31

Add actors sorted by CRC in Bmsld entity groups

Add actors sorted by CRC in Bmsld entity groups #31

Workflow file for this run

name: Dependency auto-merge
on: pull_request_target
permissions:
contents: write
pull-requests: write
jobs:
dependency:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' || github.actor == 'pre-commit-ci[bot]' }}
steps:
- name: Enable auto-merge for Dependency PRs
run: gh pr merge --auto --merge "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
- name: Automatically approve the PR
uses: hmarr/auto-approve-action@v3