Skip to content

Stale workflow

Stale workflow #50

Workflow file for this run

name: Stale workflow
on:
workflow_dispatch:
schedule:
- cron: '45 11 * * *'
jobs:
stale:

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

View workflow run for this annotation

GitHub Actions / Stale workflow

Invalid workflow file

The workflow is not valid. .github/workflows/stale.yml (Line: 9, Col: 3): Error calling workflow 'homebridge/.github/.github/workflows/stale.yml@latest'. The nested job 'stale' is requesting 'issues: write, pull-requests: write', but is only allowed 'issues: none, pull-requests: none'.
uses: homebridge/.github/.github/workflows/stale.yml@latest
secrets:
token: ${{ secrets.GITHUB_TOKEN }}