Skip to content

Fix link to contributing guidelines #27

Fix link to contributing guidelines

Fix link to contributing guidelines #27

Workflow file for this run

name: Enable Automerge
on:
pull_request_target: {}
jobs:
enable-auto-merge:
runs-on: ubuntu-latest
if: contains(github.event.pull_request.labels.*.name, 'automerge')
permissions:
contents: write
workflows: write # for renvate

Check failure on line 12 in .github/workflows/automerge.yml

View workflow run for this annotation

GitHub Actions / Enable Automerge

Invalid workflow file

The workflow is not valid. .github/workflows/automerge.yml (Line: 12, Col: 7): Unexpected value 'workflows'
steps:
- run: gh pr merge --merge --auto "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}