Skip to content

Stale

Stale #635

Workflow file for this run

---
name: Stale
# yamllint disable-line rule:truthy
on:
schedule:
- cron: '0 8 * * *'
workflow_call:
workflow_dispatch:
jobs:
stale:

Check failure on line 12 in .github/workflows/stale.yml

View workflow run for this annotation

GitHub Actions / Stale

Invalid workflow file

The workflow is not valid. .github/workflows/stale.yml (Line: 12, Col: 3): Error calling workflow 'ivuorinen/.github/.github/workflows/stale.yml@main'. The workflow is requesting 'packages: read, statuses: read', but is only allowed 'packages: none, statuses: none'. .github/workflows/stale.yml (Line: 12, Col: 3): Error calling workflow 'ivuorinen/.github/.github/workflows/stale.yml@main'. The nested job 'stale' is requesting 'packages: read, statuses: read', but is only allowed 'packages: none, statuses: none'.
permissions:
contents: write
issues: write
pull-requests: write
uses: ivuorinen/.github/.github/workflows/stale.yml@main