Skip to content

test: migrate json editor to component tests #32

test: migrate json editor to component tests

test: migrate json editor to component tests #32

Workflow file for this run

name: 'dependabot approve-and-request-merge'
on: pull_request_target
jobs:
build:
permissions:

Check failure on line 7 in .github/workflows/auto-merge.yml

View workflow run for this annotation

GitHub Actions / dependabot approve-and-request-merge

Invalid workflow file

The workflow is not valid. .github/workflows/auto-merge.yml (Line: 7, Col: 17): Unexpected value '' .github/workflows/auto-merge.yml (Line: 8, Col: 5): Unexpected value 'pull-requests'
pull-requests: read
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- name: Fetch Dependabot metadata
id: dependabot-metadata
uses: dependabot/fetch-metadata@v1
with:
github-token: '${{ secrets.GITHUB_TOKEN }}'
worker:
permissions:
contents: write
id-token: write
runs-on: ubuntu-latest
if: ${{github.actor == 'dependabot[bot]' && steps.dependabot-metadata.outputs.update-type != 'version-update:semver-major' && !contains(steps.dependabot-metadata.outputs.dependency-names, 'slate') && !contains(steps.dependabot-metadata.outputs.dependency-names, 'plate')}}
steps:
- uses: contentful/github-auto-merge@v1
with:
VAULT_URL: ${{ secrets.VAULT_URL }}