You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/daily-repo-goals.md
+65-1Lines changed: 65 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,7 @@ tools:
22
22
toolsets: [all]
23
23
web-fetch:
24
24
cache-memory: true
25
+
bash: true
25
26
26
27
safe-outputs:
27
28
create-issue:
@@ -72,7 +73,9 @@ This tells you what has already been considered, proposed, or rejected. Do not r
72
73
73
74
### Step 2: Research Peli's Agent Factory
74
75
75
-
Clone the gh-aw repository (https://github.com/github/gh-aw) and browse the blog series at https://github.github.io/gh-aw/blog/2026-01-12-welcome-to-pelis-agent-factory/ to find workflows.
76
+
Clone the gh-aw repository (https://github.com/github/gh-aw)
77
+
78
+
Read the blog series that documents the workflows in gh-aw 'docs' directory, `blog/2026-01-12-welcome-to-pelis-agent-factory...`, paying particular attention to the merge rate statistics for each workflow. The merge rates give an indication of which workflows have been most successful and well-received by maintainers.
76
79
77
80
The workflow source files are in `.github/workflows/*.md` in the gh-aw repository. The blog series documents the workflows and includes merge rate statistics.
78
81
@@ -83,6 +86,67 @@ The workflow source files are in `.github/workflows/*.md` in the gh-aw repositor
83
86
- Simple, clear intent (the simpler the better)
84
87
- Practical value for a wide range of software repositories
0 commit comments