How to integrate Arc Memory with GitHub
repo
(for private repositories)read:user
read:org
(if accessing organization repositories)gh
), you can use its authentication:
Node Type | Description | Example |
---|---|---|
PR | Pull request | PR #123 |
Issue | GitHub issue | Issue #456 |
Discussion | GitHub discussion | Discussion #789 |
Comment | Comment on PR, issue, or discussion | Comment on PR #123 |
Review | Code review on a PR | Review on PR #123 |
User | GitHub user | User “username” |
Edge Type | Description | Example |
---|---|---|
PART_OF | Commit is part of a PR | Commit abc123 → PR #123 |
REFERENCES | PR references an issue | PR #123 → Issue #456 |
AUTHORED_BY | PR/issue authored by user | PR #123 → User “username” |
REVIEWED_BY | PR reviewed by user | PR #123 → User “reviewer” |
COMMENTED_BY | Comment authored by user | Comment → User “commenter” |
RESPONDS_TO | Comment responds to another comment | Comment → Comment |
why
, relate
, and trace
commands: