Skip to content

Commit 5ca0f4c

Browse files
committed
new updates
1 parent 45b5631 commit 5ca0f4c

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed
44.6 KB
Loading

src/content/changelog/workers/2025-02-20-builds-name-conflict.mdx

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,14 @@ products:
66
date: 2025-02-20T11:00:00Z
77
---
88

9-
![Auto-fixing Workers Name in Git Repo](~/assets/images/workers/platform/ci-cd/gh-auto-pr-name.png)
9+
![Workers Builds Name Field Warning](~/assets/images/workers/platform/ci-cd/workers-builds-name.png)
1010

11-
Now, when you import a Git repository as a Worker project or connect a Git repository to an existing Worker, we will automatically check if the Worker name in your Wrangler file differs from the name set in your Cloudflare dashboard.
11+
One of the top reasons for Workers Builds failures is a mismatch between the Worker name in the Cloudflare dashboard and the name in the Wrangler file in your Git repository. To eliminate this friction, we’re automating the fix to keep everything in sync.
1212

13-
Starting in **Wrangler v3.109.0+**, we will automatically create a pull request in your Git repository after the first build to update the name field in your Wrangler file to ensure it aligns with your dashboard settings.
13+
![Auto-fixing Workers Name in Git Repo](~/assets/images/workers/platform/ci-cd/gh-auto-pr-name.png)
1414

15-
Why this matters:
15+
Now, when you import or connect a Git repository, we’ll check for mismatches in the name.
1616

17-
- Avoids deployment issues caused by name mismatches
18-
- Keeps your repository and Cloudflare settings in sync
19-
- Automates tedious manual updates
17+
Starting in **Wrangler v3.109.0+**, we will automatically create a pull request in your Git repository after the build to update the name field in your Wrangler file to ensure it aligns with your dashboard settings.
2018

2119
Learn more about [Workers Builds](/workers/ci-cd/builds/).

0 commit comments

Comments
 (0)