Skip to content

Stale Issue Closer

Stale Issue Closer #1

name: Stale Issue Closer
on:
schedule:
# GitHub can delay scheduled workflows and may drop runs scheduled at the
# top of the hour during high-load periods.
- cron: "7 12 * * *"
workflow_dispatch:
permissions: {}
jobs:
close-stale:
permissions:
contents: read
issues: write
uses: aws/aws-durable-execution-ci/.github/workflows/stale-issue-closer.yml@962e6f158467681a26769b2b06da98c8f2f62231