Skip to content

完成初步修改

完成初步修改 #82

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: ""