We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f896c8 commit 6c79ed2Copy full SHA for 6c79ed2
1 file changed
docs/repo-assist.md
@@ -27,14 +27,16 @@ gh aw run repo-assist
27
````mermaid
28
graph LR
29
A[Read Memory] --> B[Triage Issues]
30
- B --> C[Fix Bugs via PR]
31
- B --> D[Propose Improvements]
32
- B --> E[Update Own PRs]
33
- B --> F[Nudge Stale PRs]
34
- B --> G[Manage Labels]
35
- B --> H[Prepare Releases]
36
- B --> I[Welcome Contributors]
37
- C --> J[Update Activity Summary]
+ A --> C[Fix Bugs via PR]
+ A --> D[Propose Improvements]
+ A --> E[Update Own PRs]
+ A --> F[Nudge Stale PRs]
+ A --> G[Manage Labels]
+ A --> H[Prepare Releases]
+ A --> I[Welcome Contributors]
+ A --> J[Update Activity Summary]
38
+ B --> J
39
+ C --> J
40
D --> J
41
E --> J
42
F --> J
0 commit comments