This repository was archived by the owner on Dec 28, 2025. It is now read-only.
Commit 220ceb1
authored
chore: add GitHub Actions for auto upstream sync and update SEALData subsample logic (apache#289)
This PR includes the following changes:
1. chore(workflow):
- Add .github/pull.yml to configure pull request rules for automatic
syncing with the upstream apache/main branch, including assignees and
reviewers.
- Add .github/workflows/sync.yml to enable scheduled (every 3 hours) and
manual synchronization of the fork with the upstream repository using
the Fork-Sync-With-Upstream-action. Includes error handling for workflow
suspension.
2. chore(seal):
- Update the SEALData.__call__ method in hugegraph_ml/models/seal.py to
remove the assignment of subsample_ratio for both "train" and other
split types, replacing it with pass statements.
- Update the file path string formatting for saving subsampled data.
These changes help automate repository maintenance and clarify the
SEALData subsampling logic. No functional changes to model behavior are
introduced.1 parent 8601058 commit 220ceb1
3 files changed
+52
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
| |||
704 | 705 | | |
705 | 706 | | |
706 | 707 | | |
707 | | - | |
| 708 | + | |
708 | 709 | | |
709 | 710 | | |
710 | 711 | | |
| |||
0 commit comments