Skip to content

Update books-guide.md #80

Update books-guide.md

Update books-guide.md #80

Workflow file for this run

name: Auto merge
on:
workflow_dispatch:
pull_request_target:
jobs:
auto-approve:
runs-on: ubuntu-latest
steps:
- name: Merge
if: (github.actor=='theowenyoung') && (startsWith(github.head_ref,'new-item'))
uses: "pascalgn/[email protected]"
env:
GITHUB_TOKEN: "${{ secrets.PERSONAL_TOKEN }}"
MERGE_DELETE_BRANCH: true
MERGE_LABELS: ""