diff --git a/.github/workflows/clear-pr-caches.yml b/.github/workflows/clear-pr-caches.yml new file mode 100644 index 00000000000..5011f9f9790 --- /dev/null +++ b/.github/workflows/clear-pr-caches.yml @@ -0,0 +1,12 @@ +on: + pull_request: + types: [ closed ] + +jobs: + clear-caches: + runs-on: ubuntu-22.04 + steps: + - name: clear-caches + uses: theAngularGuy/clear-cache-of-pull-request@60c83956d63c7b3745d6cde10d711aa0e50c2501 + with: + github-token: ${{ secrets.GITHUB_TOKEN }}