Skip to content

Corrected a typo (Bacpack -> Backpack) #420

Corrected a typo (Bacpack -> Backpack)

Corrected a typo (Bacpack -> Backpack) #420

Workflow file for this run

name: Auto approve
on:
pull_request
jobs:
auto-approve:
name: Auto approve Pull Request
runs-on: ubuntu-latest
steps:
- name: Approve via TheBusyBot
uses: hmarr/auto-approve-action@v3.2.1
if: github.actor == 'renovate[bot]'
with:
github-token: "${{ secrets.ACCESS_TOKEN }}"