Skip to content

Commit

Permalink
chore: Delete pull request caches on close
Browse files Browse the repository at this point in the history
  • Loading branch information
KapJI committed Nov 8, 2024
1 parent 6916263 commit d242b25
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/clear-pr-caches.yml
Original file line number Diff line number Diff line change
@@ -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 }}

0 comments on commit d242b25

Please sign in to comment.