Skip to content

Commit 9a55c35

Browse files
committed
telling the story
1 parent c435537 commit 9a55c35

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Auto-Fixing Worker Name Mismatch in Git Repository
2+
title: Auto-Fixing Worker Name Error in Git Repository
33
description: Workers Builds automatically creates a pull request to update the name field in the wrangler file if it doesn’t match your Worker's name in the Cloudflare dashboard.
44
products:
55
- workers
@@ -8,12 +8,12 @@ date: 2025-02-20T11:00:00Z
88

99
![Workers Builds Name Field Warning](~/assets/images/workers/platform/ci-cd/workers-builds-name.png)
1010

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, Cloudflare is automating the fix to keep everything in sync.
11+
One of the top reasons for Workers Builds build 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, Cloudflare is automating the fix to keep everything in sync.
1212

1313
![Auto-fixing Workers Name in Git Repo](~/assets/images/workers/platform/ci-cd/gh-auto-pr-name.png)
1414

15-
Now, when you import or connect a Git repository, Cloudflare will check for mismatches in the name.
15+
Now, when you import or connect a Git repository, Cloudflare will check for mismatches in the name. Starting in **Wrangler v3.109.0+**, Cloudflare will automatically create a pull request in your Git repository after the build completes to update the name field in your Wrangler file to ensure it aligns with your dashboard settings.
1616

17-
Starting in **Wrangler v3.109.0+**, Cloudflare 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.
17+
And this is just the beginning, we’re working on more ways to proactively catch and fix common issues, so your deployments stay smooth.
1818

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

0 commit comments

Comments
 (0)