Files
dn42-registry/.woodpecker/pipeline.yml
2026-02-12 11:18:08 +00:00

31 lines
628 B
YAML

---
###########################################################################
when:
- event: [ pull_request ]
clone:
git:
image: woodpeckerci/plugin-git
settings:
recursive: false
lfs: false
partial: false
depth: 0
branch: 'pr'
fetch-target-branch: true
target-branch: master
steps:
- name: 'SquashBot'
image: 'git.dn42/registry/pipeline-docker:latest'
environment:
SQUASHBOT_TOKEN:
from_secret: 'SQUASHBOT_TOKEN'
commands:
- /scripts/wrapper
###########################################################################
# end of file