From bf5b3af285f85601e556f1c56a6e26597d09cd86 Mon Sep 17 00:00:00 2001 From: Domenico Sibilio Date: Fri, 12 Jun 2026 11:13:03 +0200 Subject: [PATCH] AAE-47094 Add Stale PR Cleanup workflow (#11983) [skip ci] --- .github/workflows/stale-pr-cleanup.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/stale-pr-cleanup.yml diff --git a/.github/workflows/stale-pr-cleanup.yml b/.github/workflows/stale-pr-cleanup.yml new file mode 100644 index 0000000000..d021f7613d --- /dev/null +++ b/.github/workflows/stale-pr-cleanup.yml @@ -0,0 +1,14 @@ +name: Stale PR Cleanup + +on: + schedule: + - cron: "0 0 * * *" + workflow_dispatch: + +permissions: + pull-requests: write + issues: write + +jobs: + stale-pr-cleanup: + uses: Alfresco/alfresco-build-tools/.github/workflows/stale-pr-cleanup.yml@4e61fa01622e3f3a1898eb059d9a3af208897515 # v18.9.0