Skip to content

Commit 5f896c8

Browse files
committed
add repo assist
1 parent 897b5c6 commit 5f896c8

1 file changed

Lines changed: 13 additions & 9 deletions

File tree

docs/repo-assist.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
````markdown
21
# 🤖 Repo Assist
32

43
> For an overview of all available workflows, see the [main README](../README.md).
@@ -29,13 +28,19 @@ gh aw run repo-assist
2928
graph LR
3029
A[Read Memory] --> B[Triage Issues]
3130
B --> C[Fix Bugs via PR]
32-
C --> D[Propose Improvements]
33-
D --> E[Update Own PRs]
34-
E --> F[Nudge Stale PRs]
35-
F --> G[Manage Labels]
36-
G --> H[Prepare Releases]
37-
H --> I[Welcome Contributors]
38-
I --> J[Update Activity Summary]
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]
38+
D --> J
39+
E --> J
40+
F --> J
41+
G --> J
42+
H --> J
43+
I --> J
3944
J --> K[Save Memory]
4045
````
4146

@@ -148,4 +153,3 @@ After editing run `gh aw compile` to update the workflow and commit all changes
148153
- 🔀 **Merge PR** #45: Simple null check fix, tests pass — [Review](link)
149154
-**Close issue** #38: Duplicate of #42[View](link)
150155
```
151-
````

0 commit comments

Comments
 (0)