Skip to content

Mark stale issues and PRs #1

Mark stale issues and PRs

Mark stale issues and PRs #1

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
uses: open-component-model/.github/.github/workflows/stale.yml@main

Check failure on line 14 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. In .github/workflows/stale.yml (Line: 14, Col: 11): Error from called workflow open-component-model/.github/.github/workflows/stale.yml@main (Line: 8, Col: 18): Unexpected value '90' In .github/workflows/stale.yml (Line: 14, Col: 11): Error from called workflow open-component-model/.github/.github/workflows/stale.yml@main (Line: 13, Col: 18): Unexpected value '-1'
secrets: inherit