mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-08 08:32:16 +01:00
19 lines
317 B
YAML
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
|