Skip to content

chore: migrate jdfalk/ refs to falkcorp/ org#2153

Merged
jdfalk merged 2 commits into
mainfrom
chore/falkcorp-migration
Jun 5, 2026
Merged

chore: migrate jdfalk/ refs to falkcorp/ org#2153
jdfalk merged 2 commits into
mainfrom
chore/falkcorp-migration

Conversation

@jdfalk

@jdfalk jdfalk commented Jun 5, 2026

Copy link
Copy Markdown
Collaborator

Migrate org references: jdfalk → falkcorp

Automated PR to update all workflow uses: references, Go module paths, and GHCR image tags
from jdfalk/ to falkcorp/ as part of the organization migration.

Changed files:

  • buf.gen.yaml
  • .github/workflows/sync-receiver.yml
  • .github/workflows/ci.yml
  • TODO.md
  • go.mod

🤖 Generated by scripts/org-migration/update-workflow-refs.py

Copilot AI review requested due to automatic review settings June 5, 2026 16:29

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.mod and Buf generation mappings to github.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.

Comment thread go.mod
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 thread buf.gen.yaml
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 thread buf.gen.yaml
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
Comment thread buf.gen.yaml
- 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
Comment thread TODO.md
#### 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
Comment thread .github/workflows/ci.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
@jdfalk jdfalk merged commit 2c6372e into main Jun 5, 2026
22 of 48 checks passed
@jdfalk jdfalk deleted the chore/falkcorp-migration branch June 5, 2026 17:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants