Merged
Conversation
jdetter
approved these changes
Aug 5, 2025
Collaborator
jdetter
left a comment
There was a problem hiding this comment.
Me and Zeke sync'd about this over discord - these workflows will never run on PRs within the SpacetimeDB repo but we're trying to keep the subdirectories within SpacetimeDB in-sync with the deprecated repos so that rolling releases isn't as complicated.
Collaborator
Author
|
Now that this PR is merged, I will start deploying to the repos, and update the following checklist:
|
Collaborator
Author
|
I'm done deploying these changes to all the repos above. I'm going to try opening a random PR in each one, and confirm that it worked with the following checkboxes:
|
bfops
added a commit
that referenced
this pull request
Aug 7, 2025
# Description of Changes Added a repo migration notice workflow to each repository that we've merged into SpacetimeDB. These need to be mirrored back to the actual repos with a process like: ```bash git subtree split --prefix=sdks/typescript -b release/typescript git push -f git@github.com:clockworklabs/spacetimedb-typescript-sdk.git release/typescript:main git branch -D release/typescript ``` Once they're migrated there, the bot will automatically comment on any PR or issue opened in those repos. # API and ABI breaking changes None. CI-only changes. # Expected complexity level and risk 2 # Testing - [x] In a demo repo, it properly commented and closed a PR: clockworklabs/github-tooling-test#42 - [x] In a demo repo, it properly commented and closed an issue: clockworklabs/github-tooling-test#43 --------- Co-authored-by: Zeke Foppa <bfops@users.noreply.github.com>
bfops
added a commit
that referenced
this pull request
Aug 7, 2025
# Description of Changes Added a repo migration notice workflow to each repository that we've merged into SpacetimeDB. These need to be mirrored back to the actual repos with a process like: ```bash git subtree split --prefix=sdks/typescript -b release/typescript git push -f git@github.com:clockworklabs/spacetimedb-typescript-sdk.git release/typescript:main git branch -D release/typescript ``` Once they're migrated there, the bot will automatically comment on any PR or issue opened in those repos. # API and ABI breaking changes None. CI-only changes. # Expected complexity level and risk 2 # Testing - [x] In a demo repo, it properly commented and closed a PR: clockworklabs/github-tooling-test#42 - [x] In a demo repo, it properly commented and closed an issue: clockworklabs/github-tooling-test#43 --------- Co-authored-by: Zeke Foppa <bfops@users.noreply.github.com>
mamcx
pushed a commit
that referenced
this pull request
Aug 26, 2025
# Description of Changes Added a repo migration notice workflow to each repository that we've merged into SpacetimeDB. These need to be mirrored back to the actual repos with a process like: ```bash git subtree split --prefix=sdks/typescript -b release/typescript git push -f git@github.com:clockworklabs/spacetimedb-typescript-sdk.git release/typescript:main git branch -D release/typescript ``` Once they're migrated there, the bot will automatically comment on any PR or issue opened in those repos. # API and ABI breaking changes None. CI-only changes. # Expected complexity level and risk 2 # Testing - [x] In a demo repo, it properly commented and closed a PR: https://github.com/clockworklabs/github-tooling-test/pull/42 - [x] In a demo repo, it properly commented and closed an issue: https://github.com/clockworklabs/github-tooling-test/issues/43 --------- Co-authored-by: Zeke Foppa <bfops@users.noreply.github.com>
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.
Description of Changes
Added a repo migration notice workflow to each repository that we've merged into SpacetimeDB.
These need to be mirrored back to the actual repos with a process like:
Once they're migrated there, the bot will automatically comment on any PR or issue opened in those repos.
API and ABI breaking changes
None. CI-only changes.
Expected complexity level and risk
2
Testing