Skip to content

Update Node.js to v22 - autoclosed #17

Update Node.js to v22 - autoclosed

Update Node.js to v22 - autoclosed #17

name: "Pull Request Cleanup"
on:
pull_request:
branches: [ master ]
types: [ closed ]
jobs:
delete-tag:
uses: aeternity/github-actions/.github/workflows/[email protected]
secrets: inherit
with:
TAG: "pr-${{ github.event.number }}"
cleanup:
uses: aeternity/github-actions/.github/workflows/[email protected]
needs: [ delete-tag ]
secrets: inherit