You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@ This directory contains the CI/CD workflows for LoongForge.
12
12
|`build.yml`| PR + push to master | Build sdist + wheel on Python 3.10 / 3.12 |
13
13
|`submodule-sync.yml`| repository dispatch / workflow dispatch + manual | Sync `third_party/Loong-Megatron` to its tracked branch and push the submodule pointer update |
14
14
|`auto-label.yml`| Issue/PR open/edit | Auto-label issues and PRs by keyword matching |
15
+
|`issue-notify.yml`| Issue opened | Notify Ruliu group when a new issue is opened |
15
16
16
17
All workflows support `workflow_dispatch` for manual re-runs from the Actions UI (except `auto-label.yml`).
17
18
@@ -46,3 +47,11 @@ Required secrets:
46
47
-`SUBMODULE_SYNC_APP_PRIVATE_KEY`
47
48
48
49
The GitHub App behind those secrets must be able to push to the configured target branch.
50
+
51
+
## Ruliu Issue Notifications
52
+
53
+
`issue-notify.yml` sends a Markdown message to a Ruliu group when a new GitHub Issue is opened. It runs on the self-hosted Linux runner because the Ruliu webhook host is only reachable from the internal network.
54
+
55
+
Required secret:
56
+
57
+
-`RULIU_ISSUE_WEBHOOK`: Ruliu group robot webhook URL for issue notifications.
0 commit comments