From f25cfbb0c6de33688ef581ca367f032d1cdb1ca8 Mon Sep 17 00:00:00 2001 From: Cratis Bot Date: Sat, 28 Mar 2026 08:32:43 +0000 Subject: [PATCH] Add cleanup-pr-artifacts workflow --- .github/workflows/cleanup-pr-artifacts.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/workflows/cleanup-pr-artifacts.yml diff --git a/.github/workflows/cleanup-pr-artifacts.yml b/.github/workflows/cleanup-pr-artifacts.yml new file mode 100644 index 0000000..448a2d3 --- /dev/null +++ b/.github/workflows/cleanup-pr-artifacts.yml @@ -0,0 +1,12 @@ +name: Cleanup PR Artifacts + +on: + pull_request: + types: [closed] + +jobs: + cleanup: + uses: Cratis/Workflows/.github/workflows/cleanup-pr-artifacts.yml@main + with: + pull_request: ${{ github.event.pull_request.number }} + secrets: inherit