Skip to content

chore(deps): bump peter-evans/create-pull-request from 6 to 7 (#4) #17

chore(deps): bump peter-evans/create-pull-request from 6 to 7 (#4)

chore(deps): bump peter-evans/create-pull-request from 6 to 7 (#4) #17

name: Call Prune Releases
on:
workflow_dispatch:
push:
branches:
- main
- stage
- 'feature/**'
- 'bugfix/**'
- 'fix/**'
- 'hotfix/**'
- 'release/**'
- 'dependabot/**'
- 'renovate/**'
- 'chore/**'
- 'test/**'
pull_request:
types: [labeled, synchronize, opened, reopened, ready_for_review]
branches:
- main
- stage
- 'feature/**'
- 'bugfix/**'
- 'fix/**'
- 'hotfix/**'
- 'release/**'
- 'dependabot/**'
- 'renovate/**'
- 'chore/**'
- 'test/**'
jobs:
prune_releases:
uses: variablesoftware/github-workflows/.github/workflows/prune-releases.yaml@main
secrets: inherit