Files
gotenberg/.github/workflows/pull-request-cleanup.yml
2025-01-24 10:27:04 +01:00

19 lines
317 B
YAML

name: Pull Request Cleanup
on:
pull_request:
types: [ closed ]
permissions:
contents: read
jobs:
cleanup:
name: Cleanup
uses: ./.github/workflows/__delete.yml
secrets: inherit
with:
gotenberg_version: pr-${{ github.event.pull_request.number }}
alternate_repository: snapshot