Skip to content

Revert "Update .github/workflows/ci.yml" #3

Revert "Update .github/workflows/ci.yml"

Revert "Update .github/workflows/ci.yml" #3

Workflow file for this run

name: CI
on:
push:
branches:
- main
- master
- next
- 'v*'
paths-ignore:
- 'docs/**'
- '*.md'
pull_request:
paths-ignore:
- 'docs/**'
- '*.md'
jobs:
test:

Check failure on line 19 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 19, Col: 3): Error calling workflow 'fastify/workflows/.github/workflows/plugins-ci.yml@v4.0.0'. The nested job 'automerge' is requesting 'contents: write, pull-requests: write', but is only allowed 'contents: read, pull-requests: none'.
uses: fastify/workflows/.github/workflows/plugins-ci.yml@v4.0.0
with:
license-check: true
lint: true