diff --git a/.github/workflows/stale-issue-closer.yml b/.github/workflows/stale-issue-closer.yml new file mode 100644 index 000000000..b6d1f40c9 --- /dev/null +++ b/.github/workflows/stale-issue-closer.yml @@ -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