Skip to content

feat(docs): update README.md #511

feat(docs): update README.md

feat(docs): update README.md #511

Workflow file for this run

name: Manage PR
on:
pull_request:
types: [opened, reopened, edited]
permissions:
contents: write
pull-requests: write
jobs:
manage-pr:
runs-on: ubuntu-latest
steps:
- uses: toshimaru/auto-author-assign@v1.1.0
with:
repo-token: "${{ secrets.BOT_TOKEN }}"
- name: Enable auto-merge for Dependabot PRs
run: gh pr merge --auto --squash "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.BOT_TOKEN}}