Skip to content

Commit 3b4fea6

Browse files
committed
improve workflows
1 parent 5f9fc05 commit 3b4fea6

30 files changed

Lines changed: 15 additions & 79 deletions

docs/ci-doctor.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,3 @@ After editing run `gh aw compile` to update the workflow and commit all changes
5555
- Monitor for recurring failure patterns and adjust workflows accordingly
5656
- Disable or uninstall the workflow if failure investigations are not providing value
5757

58-
## Activity duration
59-
60-
- By default this workflow will trigger for at most 30 days, after which it will stop triggering.
61-
- This allows you to experiment with the workflow for a limited time before deciding whether to keep it active.

docs/daily-accessibility-review.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,3 @@ After editing run `gh aw compile` to update the workflow and commit all changes
4444
- Test accessibility improvements before closing issues
4545
- Disable or uninstall the workflow if accessibility reports are not accurate or useful
4646

47-
## Activity duration
48-
49-
- By default this workflow will trigger for at most 48 hours, after which it will stop triggering.
50-
- This allows you to experiment with the workflow for a limited time before deciding whether to keep it active.
51-

docs/daily-dependency-updates.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,3 @@ After editing run `gh aw compile` to update the workflow and commit all changes
5050
- Monitor for any issues after dependency updates are deployed
5151
- Disable or uninstall the workflow if dependency updates cause more problems than benefits
5252

53-
## Activity duration
54-
55-
- By default this workflow will trigger for at most 48 hours, after which it will stop triggering.
56-
- This allows you to experiment with the workflow for a limited time before deciding whether to keep it active.
57-

docs/daily-perf-improver.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,3 @@ After editing run `gh aw compile` to update the workflow and commit all changes
6565
- Merge approved performance improvements after thorough testing
6666
- Disable or uninstall the workflow if performance optimizations are not effective or introduce bugs
6767

68-
## Activity duration
69-
70-
- By default this workflow will trigger for at most 48 hours, after which it will stop triggering.
71-
- This allows you to experiment with the workflow for a limited time before deciding whether to keep it active.
72-

docs/daily-plan.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,3 @@ After editing run `gh aw compile` to update the workflow and commit all changes
4646
- Use planning issues as input for team coordination and sprint planning
4747
- Disable or uninstall the workflow if planning automation is not helpful
4848

49-
## Activity duration
50-
51-
- By default this workflow will trigger for at most 30 days, after which it will stop triggering.
52-
- This allows you to experiment with the workflow for a limited time before deciding whether to keep it active.

docs/daily-progress.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ The Daily Progress workflow follows a systematic 7-step process:
118118
- **Draft Pull Requests**: All feature changes are created as draft PRs for human review
119119
- **Roadmap Issues**: Central tracking of project goals and progress
120120
- **Scheduled Execution**: Runs only on weekdays to respect team schedules
121-
g- **Timeout Protection**: Limited to 30 minutes per run with 1-month stop-after
122121
- **Safe Outputs**: Controlled limits on issues and PRs created
123122

124123
## Human in the loop

docs/daily-qa.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,3 @@ After editing run `gh aw compile` to update the workflow and commit all changes
5151
- Close issues once problems have been addressed
5252
- Disable or uninstall the workflow if QA findings are not actionable or valuable
5353

54-
## Activity duration
55-
56-
- By default this workflow will trigger for at most 48 hours, after which it will stop triggering.
57-
- This allows you to experiment with the workflow for a limited time before deciding whether to keep it active.

docs/daily-repo-status.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,3 @@ This workflow requires no configuration and works out of the box. You can use ed
4848
- Comment on issues to provide additional context or corrections
4949
- Use status reports to inform team meetings and planning decisions
5050
- Disable or uninstall the workflow if status reports don't provide valuable insights
51-
52-
## Activity duration
53-
54-
- By default this workflow will trigger for at most 30 days, after which it will stop triggering.
55-
- This allows you to experiment with the workflow for a limited time before deciding whether to keep it active.

docs/daily-test-improver.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,3 @@ After editing run `gh aw compile` to update the workflow and commit all changes
5252
- Ensure tests are meaningful and not just coverage-padding
5353
- Merge approved test improvements after verification
5454
- Disable or uninstall the workflow if test additions are not improving code quality
55-
56-
## Activity duration
57-
58-
- By default this workflow will trigger for at most 48 hours, after which it will stop triggering.
59-
- This allows you to experiment with the workflow for a limited time before deciding whether to keep it active.

docs/issue-triage.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,3 @@ After editing run `gh aw compile` to update the workflow and commit all changes
5353
- Monitor triaged issues to ensure proper follow-up and resolution
5454
- Disable or uninstall the workflow if triage automation is not accurate or helpful
5555

56-
## Activity duration
57-
58-
- By default this workflow will trigger for at most 30 days, after which it will stop triggering.
59-
- This allows you to experiment with the workflow for a limited time before deciding whether to keep it active.

0 commit comments

Comments
 (0)