Skip to content

Create automerge_dependabot.yml #1

Create automerge_dependabot.yml

Create automerge_dependabot.yml #1

name: Automatically mege PRs by Dependabot

Check failure on line 1 in .github/workflows/automerge_dependabot.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/automerge_dependabot.yml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: build
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
automerge:
needs: build
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write
steps:
- uses: fastify/github-action-merge-dependabot@v3