Skip to content

chore: update repo references to alchemy-run/alchemy-async#1456

Merged
sam-goodwin merged 2 commits into
mainfrom
chore/rename-alchemy-async
Jul 16, 2026
Merged

chore: update repo references to alchemy-run/alchemy-async#1456
sam-goodwin merged 2 commits into
mainfrom
chore/rename-alchemy-async

Conversation

@sam-goodwin

Copy link
Copy Markdown
Collaborator

Summary

The alchemy-run/alchemy repository moved to alchemy-run/alchemy-async (the old name is now owned by the former alchemy-effect repo, so GitHub's rename redirect no longer applies). This updates all 1,637 references across 14 tracked files: repository URLs in package.json / alchemy/package.json, issue links in source comments and docs, the release tooling endpoints, the website config, the CHANGELOG, and the GitHub OIDC trust condition.

Example

scripts/bump.ts now targets the new repo:

const config = {
  repo: "alchemy-run/alchemy-async",
};

await fetch(
  `https://api.github.com/repos/alchemy-run/alchemy-async/git/refs/tags/v${version}`,
  // ...
);

And the OIDC trust condition in stacks/src/repo.run.ts:

"repo:alchemy-run/alchemy-async:*",

🤖 Generated with Claude Code

The alchemy-run/alchemy repository moved to alchemy-run/alchemy-async.
Update all repository URLs, issue links, release API endpoints, and the
GitHub OIDC trust condition accordingly.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@pkg-pr-new

pkg-pr-new Bot commented Jul 15, 2026

Copy link
Copy Markdown

Open in StackBlitz

npm i https://pkg.pr.new/alchemy@1456

commit: 85c7170

The PR preview comment and GitHub stack resources specify owner and
repository as separate strings, so the alchemy-run/alchemy grep missed
them. Also apply oxfmt formatting to astro.config.mjs.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@github-actions

Copy link
Copy Markdown
Contributor

🚀 Website Preview Deployed

Your website preview is ready!

Preview URL: https://d0082c18-alchemy-website.alchemy-run.workers.dev

This preview was built from commit 39c0800


🤖 This comment will be updated automatically when you push new commits to this PR.

@sam-goodwin
sam-goodwin merged commit 9d0eb86 into main Jul 16, 2026
6 checks passed
@sam-goodwin
sam-goodwin deleted the chore/rename-alchemy-async branch July 16, 2026 04:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant