Skip to content

Commit db980c7

Browse files
chore: add GitHub Actions workflow to auto-update CHANGELOG.md via calens (#41572)
Integrates the owncloud/reusable-workflows calens.yml reusable workflow so that every push to master triggers changelog regeneration and opens (or updates) a PR with the updated CHANGELOG.md. Signed-off-by: Thomas Müller <1005065+DeepDiver1975@users.noreply.github.com> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 49bdf5c commit db980c7

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.github/workflows/changelog.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Changelog
2+
3+
on:
4+
push:
5+
branches:
6+
- master
7+
8+
permissions:
9+
contents: read
10+
11+
jobs:
12+
changelog:
13+
uses: owncloud/reusable-workflows/.github/workflows/calens.yml@main
14+
secrets:
15+
APP_ID: ${{ secrets.CHANGELOG_APP_ID }}
16+
APP_PRIVATE_KEY: ${{ secrets.CHANGELOG_APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)