Skip to content

Commit 658a4e1

Browse files
author
abacus_fixer
committed
Add Upstream Repository section to AGENTS.md
Document the upstream repo/issues/PR links and two workflow facts: upstream PRs are opened from personal fork branches, and workflow_dispatch-only workflows cannot be verified by PR CI.
1 parent 2adeb80 commit 658a4e1

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

AGENTS.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,17 @@ The repository text files have been normalized to LF once. Day-to-day line
112112
ending enforcement should rely on staged/changed-file hooks and CI; rerun the
113113
full mixed-line-ending hook only for intentional repository-wide normalization.
114114

115+
## Upstream Repository
116+
117+
- Repository: https://github.com/deepmodeling/abacus-develop
118+
- Issues: https://github.com/deepmodeling/abacus-develop/issues
119+
- Pull requests: https://github.com/deepmodeling/abacus-develop/pulls
120+
- Upstream PRs are opened from personal fork branches
121+
(`<fork-owner>:<branch>` into `develop`).
122+
- `workflow_dispatch`-only workflows (e.g. `.github/workflows/interface.yml`)
123+
are not triggered by push/PR events; PR CI cannot verify such fixes, so
124+
state "manual dispatch run required" in the PR verification notes.
125+
115126
## PR Self-Check
116127

117128
- Confirm the PR body states exact commands run, whether they passed or failed,

0 commit comments

Comments
 (0)