From 0b2f5a4729ae364fa6430a3ed27a71b74acefe0a Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Tue, 14 Apr 2026 17:12:41 +0000 Subject: [PATCH] fix: use depth 5 clone for postmortem pipeline (need HEAD~1) --- .woodpecker/postmortem-todos.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.woodpecker/postmortem-todos.yml b/.woodpecker/postmortem-todos.yml index 67c7d116..26068492 100644 --- a/.woodpecker/postmortem-todos.yml +++ b/.woodpecker/postmortem-todos.yml @@ -7,6 +7,12 @@ when: exclude: - '.woodpecker/**' +clone: + git: + image: woodpeckerci/plugin-git + settings: + depth: 5 + steps: - name: parse-and-implement image: python:3.12-alpine