Skip to content

Recategorize some inclusion bot terms, and sort the machine-generated yaml by matches #201

Recategorize some inclusion bot terms, and sort the machine-generated yaml by matches

Recategorize some inclusion bot terms, and sort the machine-generated yaml by matches #201

name: auto-approve dependabot PRs
on:
pull_request_target:
jobs:
run:
name: auto-approve dependabot PRs
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v4
- run: gh pr review "$GITHUB_HEAD_REF" --approve
- run: gh pr merge "$GITHUB_HEAD_REF" --auto --squash