File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
2928graph 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- ````
You can’t perform that action at this time.
0 commit comments