Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions .github/workflows/stale-issue-closer.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Stale Issue Closer

on:
schedule:
# GitHub may delay or drop scheduled workflows during high-load periods.
# Avoid scheduling at the top of the hour.
- cron: "17 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
Loading