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

Fix changelog checker

See merge request pleroma/pleroma!4395
This commit is contained in:
nicole mikołajczyk 2025-12-02 19:35:19 +01:00
commit 90686f96d6
2 changed files with 4 additions and 0 deletions

View file

@ -0,0 +1 @@
Fix CI changelog checker

View file

@ -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