Skip to content

Commit 65034c1

Browse files
authored
Add workflow update documentation to README (#130)
1 parent d612fe3 commit 65034c1

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

README.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,37 @@ 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+
Upgrade the AW engine version and update your workflows:
39+
40+
```bash
41+
gh aw upgrade # Upgrade to latest gh-aw engine version
42+
gh aw update # Update added workflows
43+
```
44+
45+
This automatically updates agent files, applies codemods, updates actions versions, and recompiles all workflows.
46+
47+
### Using the Agentic Workflows Agent
48+
49+
Alternatively, you can prompt the agentic-workflows agent to update your workflows:
50+
51+
```
52+
/agent agentic-workflows upgrade all workflows to the latest version
53+
```
54+
55+
Or update individual workflows:
56+
57+
```
58+
/agent agentic-workflows update the issue-triage workflow
59+
```
60+
61+
📖 [Learn more about GitHub Agentic Workflows](https://github.github.io/gh-aw/)
62+
3263
## 💬 Share Feedback
3364

3465
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)