-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Sync Integrity Alert
⚠️ Suspicious Activity Detected
Branch: develop
Commit: f1fb97ea4063fcf7bf9dfdc11433a417a8753f89
Actor: @domesticateddata
This commit may not have come from the authorized sync process. Please review.
What Happened?
This public repository should only receive commits via git subtree push from the private repository:
CyberdyneDevelopment/reference-scheduler
Direct commits to this repository cause divergent histories and break the sync workflow.
Correct Workflow
- Make changes in the private repo:
reference-scheduler/public/ - Commit normally in the private repo
- CI pipeline automatically syncs to this public repo
If This Was You
- Pull the latest changes from this public repo into your private repo
- Re-apply your changes in the private repo's
public/folder - Commit in the private repo (will auto-sync here)
If This Was a Community PR
- Do not merge PRs via GitHub web interface
- Use the internal CI pipeline to fetch and review PRs
- This handles path remapping correctly
See the private repo for complete documentation.
Reactions are currently unavailable