Skip to content

Show User Statistics on the user profile #171

Show User Statistics on the user profile

Show User Statistics on the user profile #171

Workflow file for this run

name: 🗑️ Purge Pull Request Image
# https://docs.github.com/en/actions/reference/events-that-trigger-workflows#registry_package
# Purge Pull Request Image
on:
pull_request:
types: [closed]
jobs:
purge_pr_image:
runs-on: ubuntu-latest
steps:
- name: 💣 Purge Pull Request Image
uses: vlaurin/action-ghcr-prune@v0.6.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
organization: ${{ github.repository_owner}}
container: ${{ github.event.repository.name }}
tag-regex: pr-${{github.event.pull_request.number}}$
dry-run: false