Skip to content

Commit 6596542

Browse files
ci: fix stale cliff.toml remote owner (awslabs -> aws) (#747)
git-cliff's GitHub API enrichment was pointed at the wrong owner (awslabs/aws-lambda-web-adapter), which 404s. Correct it to aws/aws-lambda-web-adapter so PR/author links resolve. Scope note: this PR originally also reworked the Changelog workflow to open a PR instead of pushing to protected main, but per maintainer feedback the release pipeline will be refactored with release-plz instead, so this PR is narrowed to the one obvious cliff.toml fix. Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 3ea13c6 commit 6596542

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cliff.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,5 @@ tag_pattern = "v[0-9].*"
6767
sort_commits = "newest"
6868

6969
[remote.github]
70-
owner = "awslabs"
70+
owner = "aws"
7171
repo = "aws-lambda-web-adapter"

0 commit comments

Comments
 (0)