Skip to content

delete files

delete files #19

name: Dependabot Auto-Merge

Check failure on line 1 in .github/workflows/dependabot-automerge.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/dependabot-automerge.yml

Invalid workflow file

(Line: 9, Col: 3): Unexpected value 'workflows'
on:
pull_request:
permissions:
contents: write
pull-requests: write
workflows: write
jobs:
automerge:
runs-on: ubuntu-latest
if: github.event.pull_request.user.login == 'dependabot[bot]'
steps:
- name: Enable auto-merge
run: gh pr merge --auto --squash "$PR_URL"
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}