Skip to content

Enhance CI workflow with coverage reporting and update README badges … #13

Enhance CI workflow with coverage reporting and update README badges …

Enhance CI workflow with coverage reporting and update README badges … #13

name: Release Drafter
on:
push:
branches:
- "main"
workflow_dispatch:
permissions: {}
jobs:
draft-release:

Check failure on line 12 in .github/workflows/release-drafter.yml

View workflow run for this annotation

GitHub Actions / Release Drafter

Invalid workflow file

The workflow is not valid. .github/workflows/release-drafter.yml (Line: 12, Col: 3): Error calling workflow 'commit-check/.github/.github/workflows/release-drafter.yml@main'. The nested job 'update_release_draft' is requesting 'pull-requests: write', but is only allowed 'pull-requests: read'.
permissions:
contents: write
pull-requests: read
uses: commit-check/.github/.github/workflows/release-drafter.yml@main