Skip to content

Commit 00f6591

Browse files
committed
fix agentics
1 parent b0cfbcb commit 00f6591

10 files changed

Lines changed: 12 additions & 16 deletions

workflows/daily-accessibility-review.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ on:
44
# Run daily at 3am UTC, all days except Saturday and Sunday
55
- cron: "0 3 * * 1-5"
66
workflow_dispatch:
7+
stop-after: +48h # workflow will no longer trigger after 48 hours
78

89
timeout_minutes: 15
910

10-
stop-time: +48h # workflow will no longer trigger after 48 hours
1111

1212
permissions:
1313
contents: read # Required so the agent can review the code in the repository

workflows/daily-dependency-updates.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ on:
44
schedule:
55
# Run daily at 2am UTC, all days except Saturday and Sunday
66
- cron: "0 2 * * 1-5"
7-
8-
stop-time: +48h # workflow will no longer trigger after 48 hours. Remove this and recompile to run indefinitely
7+
stop-after: +48h # workflow will no longer trigger after 48 hours. Remove this and recompile to run indefinitely
98

109
timeout_minutes: 15
1110
permissions:

workflows/daily-perf-improver.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@ on:
44
schedule:
55
# Run daily at 2am UTC, all days except Saturday and Sunday
66
- cron: "0 2 * * 1-5"
7+
stop-after: +48h # workflow will no longer trigger after 48 hours
78

89
timeout_minutes: 30
910

10-
stop-time: +48h # workflow will no longer trigger after 48 hours
11-
1211
permissions:
1312
contents: write # needed to create branches, files, and pull requests in this repo without a fork
1413
issues: write # needed to create report issue

workflows/daily-plan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- cron: "0 2 * * 1-5"
77
workflow_dispatch:
88

9-
stop-time: +30d # workflow will no longer trigger after 30 days. Remove this and recompile to run indefinitely
9+
stop-after: +30d # workflow will no longer trigger after 30 days. Remove this and recompile to run indefinitely
1010

1111
permissions:
1212
issues: write # needed to write the output plan to an issue

workflows/daily-qa.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ on:
55
- cron: "0 3 * * 1-5"
66
workflow_dispatch:
77

8-
timeout_minutes: 15
8+
stop-after: +48h # workflow will no longer trigger after 48 hours
99

10-
stop-time: +48h # workflow will no longer trigger after 48 hours
10+
timeout_minutes: 15
1111

1212
permissions:
1313
issues: write # needed to create issues for problems found

workflows/daily-team-status.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- cron: "0 9 * * 1-5"
66
workflow_dispatch:
77

8-
stop-time: +30d # workflow will no longer trigger after 30 days. Remove this and recompile to run indefinitely
8+
stop-after: +30d # workflow will no longer trigger after 30 days. Remove this and recompile to run indefinitely
99

1010
timeout_minutes: 15
1111
permissions:

workflows/daily-test-improver.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ on:
44
schedule:
55
# Run daily at 2am UTC, all days except Saturday and Sunday
66
- cron: "0 2 * * 1-5"
7+
stop-after: +48h # workflow will no longer trigger after 48 hours
78

8-
timeout_minutes: 30
99

10-
stop-time: +48h # workflow will no longer trigger after 48 hours
10+
timeout_minutes: 30
1111

1212
permissions:
1313
contents: write # needed to create branches, files, and pull requests in this repo without a fork

workflows/issue-triage.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@
22
on:
33
issues:
44
types: [opened, reopened]
5+
stop-after: +30d # workflow will no longer trigger after 30 days. Remove this and recompile to run indefinitely
56

67
ai-reaction: eyes
78

8-
stop-time: +30d # workflow will no longer trigger after 30 days. Remove this and recompile to run indefinitely
9-
109
permissions:
1110
contents: read
1211
models: read

workflows/update-docs.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@ on:
33
push:
44
branches: [main]
55
workflow_dispatch:
6+
stop-after: +30d # workflow will no longer trigger after 30 days. Remove this and recompile to run indefinitely
67

78
timeout_minutes: 15
89

9-
stop-time: +30d # workflow will no longer trigger after 30 days. Remove this and recompile to run indefinitely
10-
1110
permissions:
1211
contents: write # needed to push changes to a new branch in the repository in preparation for the pull request
1312
pull-requests: write # needed to create pull requests for the changes

workflows/weekly-research.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- cron: "0 9 * * 1"
66
workflow_dispatch:
77

8-
stop-time: +30d # workflow will no longer trigger after 30 days. Remove this and recompile to run indefinitely
8+
stop-after: +30d # workflow will no longer trigger after 30 days. Remove this and recompile to run indefinitely
99

1010
timeout_minutes: 15
1111
permissions:

0 commit comments

Comments
 (0)