Skip to content

release: v1.0.0

release: v1.0.0 #2

Workflow file for this run

name: Release
on:
push:
paths: [CHANGELOG.md]
branches: [main]
pull_request:
paths: [CHANGELOG.md]
branches: [main]
permissions:
contents: write
jobs:
publish:

Check failure on line 15 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / Release

Invalid workflow file

The workflow is not valid. .github/workflows/release.yml (Line: 15, Col: 3): Error calling workflow 'ipdxco/changelog-driven-release/.github/workflows/pr.yml@v1'. The workflow is requesting 'pull-requests: write', but is only allowed 'pull-requests: none'.
uses: ipdxco/changelog-driven-release/.github/workflows/pr.yml@v1