Skip to content

Update silencer-lib, silencer-lib_2.13.10, ... to 1.17.13 #24

Update silencer-lib, silencer-lib_2.13.10, ... to 1.17.13

Update silencer-lib, silencer-lib_2.13.10, ... to 1.17.13 #24

Workflow file for this run

name: Enable Automerge
on:
pull_request_target:
types:
- opened
- reopened
- synchronize
- labeled
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 17 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: 17, 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 }}