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

Manage stale issues and PRs #25

Manage stale issues and PRs

Manage stale issues and PRs #25

Workflow file for this run

name: 'Manage stale issues and PRs'
on:
workflow_dispatch:
schedule:
- cron: '58 12 * * *'
jobs:
stale:
uses: Islandora/.github/.github/workflows/stale.yaml@main
secrets: inherit