Skip to content

stale-issue

stale-issue #38

Workflow file for this run

name: stale-issue
on:
schedule:
- cron: "0 0 * * 0"
workflow_dispatch:
permissions:
contents: read
jobs:
mark-stale:

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

View workflow run for this annotation

GitHub Actions / stale-issue

Invalid workflow file

The workflow is not valid. .github/workflows/stale-issue.yml (Line: 12, Col: 3): Error calling workflow 'bloomberg/.github/.github/workflows/_stale.yml@88647a93c5167ae70bcca04ed2d5204780cc0e31'. The workflow is requesting 'contents: read', but is only allowed 'contents: none'.
uses: ./.github/workflows/_stale.yml
permissions:
issues: write
pull-requests: write
with:
days-until-stale: 60
days-until-close: 20
stale-label: "stale"
exempt-label: "keep"