Skip to content

Stale

Stale #26

Workflow file for this run

---
name: Stale
# yamllint disable-line rule:truthy
on:
schedule:
- cron: "0 8 * * *"
workflow_call:
workflow_dispatch:
permissions:
contents: write # only for delete-branch option
issues: write
pull-requests: write
jobs:
stale:

Check failure on line 17 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: 17, Col: 3): Error calling workflow 'ivuorinen/.github/.github/workflows/stale.yml@main'. The workflow is requesting 'actions: read, attestations: read, checks: read, deployments: read, discussions: read, packages: read, pages: read, repository-projects: read, statuses: read, security-events: read, id-token: read', but is only allowed 'actions: none, attestations: none, checks: none, deployments: none, discussions: none, packages: none, pages: none, repository-[...]
uses: ivuorinen/.github/.github/workflows/stale.yml@main