chore(deps): sync upstream changes (2026-05-24) #3

Closed
mizuki wants to merge 9 commits from upstream-sync-202605240000 into dev
Showing only changes of commit 4291495e98 - Show all commits

i have low inteligence

암냥 2026-05-17 02:46:39 +09:00
No known key found for this signature in database

View file

@ -43,7 +43,7 @@ jobs:
fi
- name: Create Pull Request via Forgejo API
if: steps: .check_changes.outputs.has_changes == 'true'
if: steps.check_changes.outputs.has_changes == 'true'
run: |
PR_TITLE="chore(deps): sync upstream changes ($(date +'%Y-%m-%d'))"
PR_BODY="Upstream (cinnyapp/cinny)에 새로운 변경사항이 감지되어 자동으로 생성된 PR입니다."