Skip to content

Mark stale issues and PRs #23

Mark stale issues and PRs

Mark stale issues and PRs #23

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
secrets: inherit