ci: add reusable calens changelog workflow#39
Merged
DeepDiver1975 merged 3 commits intomainfrom Apr 16, 2026
Merged
Conversation
3 tasks
Extracts the shared changelog generation pattern from ios-app and client into a single reusable workflow. Accepts optional `branch` and `target` inputs; creates a chore/changelog-update PR only on pushes to the target branch. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
a079d77 to
cc12e68
Compare
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Adds the minimal scaffold (template + empty unreleased directory) needed for the calens reusable workflow to run against this repo in CI. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
jesmrec
approved these changes
Apr 16, 2026
This was referenced Apr 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
owncloud/ios-appandowncloud/clientinto a single reusable workflowbranch(default:master) andtarget(default:CHANGELOG.md) inputsgithub.ref == refs/heads/<branch>, so callers that also run on pull requests or tags (likeclient) skip the PR step cleanlyCallers
Test plan
@mainreference resolves for the caller PRsmasterin any caller repo triggers the workflow and produces achore/changelog-updatePRclientruns calens but skips the token/PR steps🤖 Generated with Claude Code