chore: migrate from playwright-community org to mxschmitt#619
Merged
Conversation
a5cc6ea to
1285ffa
Compare
The playwright-community GitHub organization is archived and inactive. The repository now lives at github.com/mxschmitt/playwright-go and will continue to be maintained by Max Schmitt (original author per LICENSE). This rewrites all owner references to mxschmitt: - Full Go module-path rename in go.mod and all internal imports - README badges, install/import instructions, and example links - CONTRIBUTING Coveralls URL - CI: FLAKINESS_PROJECT and -coverpkg - Issue template and Jekyll _config.yml (Pages URL + username) - Removed the obsolete "Looking for maintainers" README note GitHub's redirect keeps existing 'go get github.com/playwright-community/playwright-go' working, so existing users are not immediately broken; new code should import github.com/mxschmitt/playwright-go.
1285ffa to
719371f
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 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.
Motivation
The
playwright-communityGitHub organization is archived and no longer active. This repository has moved to github.com/mxschmitt/playwright-go, where it will continue to be maintained.This PR rewrites all references to the old owner so the codebase matches its new home.
Changes
go.modand every internal import updated fromgithub.com/playwright-community/playwright-go→github.com/mxschmitt/playwright-go(go.mod,page.go,browser_context.go,connection.go,cmd/,scripts/, allexamples/andtests/)..github/workflows/build.yml) —-coverpkg.FLAKINESS_PROJECTis intentionally left asplaywright-community/playwright-gofor now._config.yml) — Pagesurlandgithub_username.Compatibility
GitHub's automatic redirect keeps existing
go get github.com/playwright-community/playwright-goresolving, so current users are not immediately broken. New code should importgithub.com/mxschmitt/playwright-go.Follow-up (post-merge)
External service projects need to be re-provisioned under the
mxschmittowner or their badges will 404:https://mxschmitt.github.io/playwright-go/)Verification
go build ./...,go vet ./...,go mod verify→ all cleanconnection.gosource-path regex and thems-playwright-gocache-dir name were left untouched (those reference the repo name, not the owner).