Skip to content
This repository was archived by the owner on Aug 28, 2025. It is now read-only.

Mark stale issues and PRs #210

Mark stale issues and PRs

Mark stale issues and PRs #210

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