From e8100f8f7864f6741cffebe6345dcdd80c2d4ffc Mon Sep 17 00:00:00 2001 From: Simon Marsh Date: Thu, 23 Apr 2026 16:05:55 +0100 Subject: [PATCH] update woodpecker to use pull request --- .woodpecker/pipeline.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.woodpecker/pipeline.yml b/.woodpecker/pipeline.yml index 9e2884689..266cdb9f1 100644 --- a/.woodpecker/pipeline.yml +++ b/.woodpecker/pipeline.yml @@ -8,13 +8,12 @@ clone: git: image: woodpeckerci/plugin-git settings: - recursive: false - lfs: false - partial: false - depth: 0 - branch: 'pr' - fetch-target-branch: true + ref: ${CI_COMMIT_REF} target-branch: master + fetch-target-branch: true + merge-pull-request: true + git-username: 'Pipeline' + git-useremail: 'dn42@git.dn42.dev' steps: