logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://anongit.hacktivis.me/git/pleroma.git/
commit: 90686f96d68e24c37eebcbc0204c5148da153d1d
parent d7b0115124d1968a817c944001455f691d9b09ff
Author: nicole mikołajczyk <me@mkljczk.pl>
Date:   Tue,  2 Dec 2025 19:35:19 +0100

Merge branch 'changelog/fix-checker' into 'develop'

Fix changelog checker

See merge request pleroma/pleroma!4395

Diffstat:

Achangelog.d/changelog-checker.fix1+
Mtools/check-changelog3+++
2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/changelog.d/changelog-checker.fix b/changelog.d/changelog-checker.fix @@ -0,0 +1 @@ +Fix CI changelog checker diff --git a/tools/check-changelog b/tools/check-changelog @@ -1,5 +1,8 @@ #!/bin/sh +echo "adding ownership exception" +git config --global --add safe.directory $(pwd) + echo "looking for change log" git remote add upstream https://git.pleroma.social/pleroma/pleroma.git