Skip to content

Commit 6964bf2

Browse files
Copilotpelikhan
andcommitted
Add workflow update section to README with CLI and agentic options
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
1 parent 9cd85e9 commit 6964bf2

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,36 @@ A sample family of reusable [GitHub Agentic Workflows](https://github.github.com
2929
- [🧪 Daily Test Coverage Improver](docs/daily-test-improver.md) - Improve test coverage by adding meaningful tests to under-tested areas
3030
- [⚡ Daily Performance Improver](docs/daily-perf-improver.md) - Analyze and improve code performance through benchmarking and optimization
3131

32+
## 🔄 Updating Workflows
33+
34+
Keep your agentic workflows up to date with the latest features and improvements:
35+
36+
### Using the CLI
37+
38+
Run the upgrade command to update all workflows to the latest gh-aw version:
39+
40+
```bash
41+
gh aw upgrade
42+
```
43+
44+
This automatically updates agent files, applies codemods, updates actions versions, and recompiles all workflows.
45+
46+
### Using the Agentic Workflows Agent
47+
48+
Alternatively, you can prompt the agentic-workflows agent to update your workflows:
49+
50+
```
51+
@agentic-workflows upgrade all workflows to the latest version
52+
```
53+
54+
Or update individual workflows:
55+
56+
```
57+
@agentic-workflows update the issue-triage workflow to add web-fetch tool
58+
```
59+
60+
📖 [Learn more about GitHub Agentic Workflows](https://github.github.io/gh-aw/)
61+
3262
## 💬 Share Feedback
3363

3464
Is your favorite agentic workflow not here? Do you have an idea for a new one? Clone this repo and explore, create! Tell us about it! You can file bugs and feature requests as issues in this repository and share your thoughts in the `#continuous-ai` channel in the [GitHub Next Discord](https://gh.io/next-discord).

0 commit comments

Comments
 (0)