Skip to content

Mark stale issues and PRs #2

Mark stale issues and PRs

Mark stale issues and PRs #2

Workflow file for this run

name: 'Mark stale issues and PRs'
on:
schedule:
- cron: '7 1 * * *'
workflow_dispatch:
inputs:
permissions:
contents: read
issues: write
pull-requests: write
jobs:
stale: # call reusable workflow from central '.github' repo

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

View workflow run for this annotation

GitHub Actions / Mark stale issues and PRs

Invalid workflow file

The workflow is not valid. .github/workflows/stale.yml (Line: 13, Col: 3): Error calling workflow 'open-component-model/.github/.github/workflows/stale.yml@main'. The workflow is requesting 'contents: write', but is only allowed 'contents: read'.
uses: open-component-model/.github/.github/workflows/stale.yml@main
secrets: inherit