Skip to content

Commit 31485fa

Browse files
KapJItwpayne
authored andcommitted
chore: Delete pull request caches on close
1 parent 91a56cf commit 31485fa

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/clear-pr-caches.yml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
on:
2+
pull_request:
3+
types: [ closed ]
4+
5+
jobs:
6+
clear-caches:
7+
runs-on: ubuntu-22.04
8+
steps:
9+
- name: clear-caches
10+
uses: theAngularGuy/clear-cache-of-pull-request@60c83956d63c7b3745d6cde10d711aa0e50c2501
11+
with:
12+
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)