Update repository references for rename to ably-pubsub-ruby - #457
Merged
Conversation
Updates every reference tied to the repository's identity: the docs workflow's IAM role, the features workflow's repository-name, README badges and links, CONTRIBUTING release steps, INTRO source link, and the gemspec homepage. Intentionally unchanged: the ably-ruby/<version> agent identifier (a registered identifier, not a repo reference), historical CHANGELOG and UPDATING entries, and issue links in comments and specs, which GitHub's rename redirect covers. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
4 tasks
AndyTWF
approved these changes
Sep 2, 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.
What
Updates every reference tied to this repository's identity ahead of the rename
ably-ruby→ably-pubsub-ruby:.github/workflows/docs.yml— IAM roleably-sdk-builds-ably-ruby→ably-sdk-builds-ably-pubsub-ruby(the new role is already provisioned).github/workflows/features.yml—repository-name: ably-pubsub-rubyREADME.md— Coveralls badge, license badge, issues linkCONTRIBUTING.md— changelog-generator project flag, tags URLINTRO.md— source-code linkably.gemspec— homepage URLWhat is intentionally unchanged
ably-ruby/<version>agent identifier — that is a registered identifier, not a repository reference.Merge immediately after the repository is renamed, not before. The new IAM role's OIDC trust is bound to the new repository name, so the
docs.ymlchange only works post-rename (and the old role name stops matching once the rename happens — hence same-window). After merging here, mergemainintointegration/v2, which carries identicaldocs.yml/features.ymlcopies.Post-merge verification: full
check.ymlmatrix, afeatures.ymlrun, and adocs.ymlrun confirming the AWS credential step succeeds and the upload lands (that failure mode is silent).🤖 Generated with Claude Code