public_library_map/.github/workflows/automerge.yml
Workflow config file is invalid. Please check your config file: yaml: line 3: mapping values are not allowed in this context

11 lines
291 B
YAML

name: Check PR ok to automerge
on: pull_request
jobs:
perform-check:
runs-on: ubuntu-latest
steps:
- name: Check Pull Request
uses: actions/can-pr-be-automerged-action@v1.0
with:
required_label: 'automerge'
required_user: 'hughrun'