diff --git a/.github/workflows/stale-issue-closer.yml b/.github/workflows/stale-issue-closer.yml new file mode 100644 index 00000000..2970f7df --- /dev/null +++ b/.github/workflows/stale-issue-closer.yml @@ -0,0 +1,17 @@ +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