This repository was archived by the owner on Mar 24, 2026. It is now read-only.
Update name in Wrangler configuration file to match deployed Worker - #123
Open
cloudflare-workers-and-pages[bot] wants to merge 1 commit into
Open
Update name in Wrangler configuration file to match deployed Worker#123cloudflare-workers-and-pages[bot] wants to merge 1 commit into
cloudflare-workers-and-pages[bot] wants to merge 1 commit into
Conversation
cloudflare-workers-and-pages
Bot
force-pushed
the
update_worker_name_to_allthingslinux-production
branch
2 times, most recently
from
September 7, 2025 15:03
a7f13ac to
61cbe3c
Compare
cloudflare-workers-and-pages
Bot
force-pushed
the
update_worker_name_to_allthingslinux-production
branch
6 times, most recently
from
September 17, 2025 21:26
c52697e to
dc7b63d
Compare
cloudflare-workers-and-pages
Bot
force-pushed
the
update_worker_name_to_allthingslinux-production
branch
from
October 7, 2025 16:35
dc7b63d to
466ff8b
Compare
cloudflare-workers-and-pages
Bot
force-pushed
the
update_worker_name_to_allthingslinux-production
branch
3 times, most recently
from
November 12, 2025 10:51
d929c35 to
757e91a
Compare
cloudflare-workers-and-pages
Bot
force-pushed
the
update_worker_name_to_allthingslinux-production
branch
2 times, most recently
from
November 20, 2025 22:48
19346d5 to
43aa81e
Compare
cloudflare-workers-and-pages
Bot
force-pushed
the
update_worker_name_to_allthingslinux-production
branch
2 times, most recently
from
December 13, 2025 15:14
fd8e2e2 to
fdffbd2
Compare
cloudflare-workers-and-pages
Bot
force-pushed
the
update_worker_name_to_allthingslinux-production
branch
from
December 14, 2025 20:41
fdffbd2 to
97413b6
Compare
cloudflare-workers-and-pages
Bot
force-pushed
the
update_worker_name_to_allthingslinux-production
branch
from
December 31, 2025 12:11
97413b6 to
c42c686
Compare
Contributor
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Comment |
| { | ||
| "$schema": "https://unpkg.com/wrangler@4.10.0/config-schema.json", | ||
| "name": "allthingslinux", // A generic project name, not tied to a specific environment | ||
| "name": "allthingslinux","env": {"development":{"name":"allthingslinux-production"}}, // A generic project name, not tied to a specific environment |
This comment was marked as outdated.
This comment was marked as outdated.
Sorry, something went wrong.
cloudflare-workers-and-pages
Bot
force-pushed
the
update_worker_name_to_allthingslinux-production
branch
from
December 31, 2025 20:58
c42c686 to
704a582
Compare
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The Worker name in your Wrangler configuration file does not match the name of the deployed Worker in the Cloudflare Dashboard.
Cloudflare automatically generated this PR to resolve the mismatch and avoid inconsistencies between environments. For more information, see: https://developers.cloudflare.com/workers/ci-cd/builds/troubleshoot/#workers-name-requirement