Skip to content

ci: Commented out unused code in health.yaml #6

ci: Commented out unused code in health.yaml

ci: Commented out unused code in health.yaml #6

Workflow file for this run

name: Health
on:
pull_request:
branches: [ main ]
types: [opened, synchronize, reopened, labeled, unlabeled]
jobs:
health:

Check failure on line 7 in .github/workflows/health.yaml

View workflow run for this annotation

GitHub Actions / Health

Invalid workflow file

The workflow is not valid. .github/workflows/health.yaml (Line: 7, Col: 3): Error calling workflow 'dart-lang/ecosystem/.github/workflows/health.yaml@main'. The nested job 'comment' is requesting 'pull-requests: write', but is only allowed 'pull-requests: none'.

Check failure on line 7 in .github/workflows/health.yaml

View workflow run for this annotation

GitHub Actions / Health

Invalid workflow file

The workflow is not valid. .github/workflows/health.yaml (Line: 7, Col: 3): Error calling workflow 'dart-lang/ecosystem/.github/workflows/health.yaml@main'. The nested job 'comment' is requesting 'pull-requests: write', but is only allowed 'pull-requests: none'.
uses: dart-lang/ecosystem/.github/workflows/health.yaml@main
# with:
# checks: "version,changelog,license,coverage"
# warn_on: "version,changelog,license"
# upload_coverage: true
# ignore_coverage: "test/**,example/**"
# ignore_packages: "packages/**"