Skip to content

Mark stale issues and pull requests #2

Mark stale issues and pull requests

Mark stale issues and pull requests #2

Workflow file for this run

name: Mark stale issues and pull requests
on:
schedule:
- cron: "0 * * * *"
permissions:
contents: write
jobs:
stale:

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

View workflow run for this annotation

GitHub Actions / Mark stale issues and pull requests

Invalid workflow file

The workflow is not valid. .github/workflows/stale.yml (Line: 11, Col: 3): Error calling workflow 'AnKing-VIP/anking_addon_template/.github/workflows/stale.yml@master'. The nested job 'stale' is requesting 'issues: write, pull-requests: write', but is only allowed 'issues: none, pull-requests: none'.
uses: AnKing-VIP/anking_addon_template/.github/workflows/stale.yml@master
secrets: inherit