chore: migrate jdfalk/ refs to falkcorp/ org#2153
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR aims to migrate organization references from jdfalk/ to falkcorp/ across workflow uses: targets, gcommon-related Go/protobuf paths, and related documentation as part of an org move.
Changes:
- Updated reusable workflow call sites to
falkcorp/github-common(CI and nightly burndown). - Switched gcommon references in
go.modand Buf generation mappings togithub.com/falkcorp/gcommon. - Updated TODO documentation link/instructions for the planned gcommon refactor.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 10 comments.
Show a summary per file
| File | Description |
|---|---|
TODO.md |
Updates the gcommon refactor plan to reference the new org. |
go.mod |
Changes the gcommon module dependency path to github.com/falkcorp/gcommon. |
buf.gen.yaml |
Rewrites Buf M...= Go import mappings for gcommon protos to github.com/falkcorp/gcommon/.... |
.github/workflows/sync-receiver.yml |
Updates the “Edit this file at” URL to the new org repo. |
.github/workflows/nightly-burndown.yml |
Moves reusable workflow reference to falkcorp/github-common. |
.github/workflows/ci.yml |
Moves commit override reusable workflow reference to falkcorp/github-common. |
| github.com/google/uuid v1.6.0 | ||
| github.com/gorilla/websocket v1.5.3 | ||
| github.com/jdfalk/gcommon v1.8.0 | ||
| github.com/falkcorp/gcommon v1.8.0 |
Comment on lines
+21
to
+24
| - Mgcommon/v1/common/user.proto=github.com/falkcorp/gcommon/sdks/go/v1/common | ||
| - Mgcommon/v1/common/session.proto=github.com/falkcorp/gcommon/sdks/go/v1/common | ||
| - Mgcommon/v1/common/error.proto=github.com/falkcorp/gcommon/sdks/go/v1/common | ||
| - Mgcommon/v1/common/metadata.proto=github.com/falkcorp/gcommon/sdks/go/v1/common |
Comment on lines
+25
to
+28
| - Mgcommon/v1/config/config.proto=github.com/falkcorp/gcommon/sdks/go/v1/config | ||
| - Mgcommon/v1/health/health_check.proto=github.com/falkcorp/gcommon/sdks/go/v1/health | ||
| - Mgcommon/v1/media/media_file.proto=github.com/falkcorp/gcommon/sdks/go/v1/media | ||
| - Mgcommon/v1/media/language.proto=github.com/falkcorp/gcommon/sdks/go/v1/media |
| - Mgcommon/v1/health/health_check.proto=github.com/jdfalk/gcommon/sdks/go/v1/health | ||
| - Mgcommon/v1/media/media_file.proto=github.com/jdfalk/gcommon/sdks/go/v1/media | ||
| - Mgcommon/v1/media/language.proto=github.com/jdfalk/gcommon/sdks/go/v1/media | ||
| - Mgcommon/v1/common/user.proto=github.com/falkcorp/gcommon/sdks/go/v1/common |
| #### Phase 1: Dependency Setup | ||
|
|
||
| - Add `github.com/jdfalk/gcommon` to `go.mod` and run `go mod tidy`. | ||
| - Add `github.com/falkcorp/gcommon` to `go.mod` and run `go mod tidy`. |
Comment on lines
5
to
+7
| # ⚠️ DO NOT EDIT DIRECTLY - This file is managed in ghcommon repository | ||
| # All changes should be made in jdfalk/ghcommon and will be synced to other repositories | ||
| # Edit this file at: https://github.com/jdfalk/ghcommon/edit/main/.github/workflows/sync-receiver.yml | ||
| # Edit this file at: https://github.com/falkcorp/github-common/edit/main/.github/workflows/sync-receiver.yml |
| check-overrides: | ||
| name: Check Commit Overrides | ||
| uses: jdfalk/ghcommon/.github/workflows/commit-override-handler.yml@378e23a96c00d719075732dd2af4de45f7523cbb # v1.10.4 | ||
| uses: falkcorp/github-common/.github/workflows/commit-override-handler.yml@378e23a96c00d719075732dd2af4de45f7523cbb # v1.10.4 |
| jobs: | ||
| burndown: | ||
| uses: jdfalk/ghcommon/.github/workflows/reusable-burndown.yml@1a52124c9513b0fd05734602734704d81e2cc7ad | ||
| uses: falkcorp/github-common/.github/workflows/reusable-burndown.yml@1a52124c9513b0fd05734602734704d81e2cc7ad |
| # ⚠️ DO NOT EDIT DIRECTLY - This file is managed in ghcommon repository | ||
| # All changes should be made in jdfalk/ghcommon and will be synced to other repositories | ||
| # Edit this file at: https://github.com/jdfalk/ghcommon/edit/main/.github/workflows/sync-receiver.yml | ||
| # Edit this file at: https://github.com/falkcorp/github-common/edit/main/.github/workflows/sync-receiver.yml |
| jobs: | ||
| burndown: | ||
| uses: jdfalk/ghcommon/.github/workflows/reusable-burndown.yml@1a52124c9513b0fd05734602734704d81e2cc7ad | ||
| uses: falkcorp/github-common/.github/workflows/reusable-burndown.yml@1a52124c9513b0fd05734602734704d81e2cc7ad |
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.
Migrate org references: jdfalk → falkcorp
Automated PR to update all workflow
uses:references, Go module paths, and GHCR image tagsfrom
jdfalk/tofalkcorp/as part of the organization migration.Changed files:
buf.gen.yaml.github/workflows/sync-receiver.yml.github/workflows/ci.ymlTODO.mdgo.mod🤖 Generated by
scripts/org-migration/update-workflow-refs.py