Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com> Co-authored-by: Caleb Cartwright <calebcartwright@users.noreply.github.com>
11 lines
199 B
YAML
11 lines
199 B
YAML
name: Auto approve
|
|
on: pull_request
|
|
|
|
jobs:
|
|
build:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: chris48s/approve-bot@2.0.1
|
|
with:
|
|
github-token: '${{ secrets.GITHUB_TOKEN }}'
|