Skip to content

stale-issue

stale-issue #32

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@15e7b39d65e8d3c849b1595d87e9cbc3f107c52a'. 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"