Skip to content

Commit 2c76fe5

Browse files
chore: add cron trigger to Feature Planner (every 30 min) (#96)
User-filed issues only get the bug/feature label from templates — they need the Feature Planner to triage and add status:backlog before the Bug Fixer or Feature Builder can pick them up. Without a cron trigger, issues sit in limbo until someone manually runs the planner. Co-authored-by: Ona <no-reply@ona.com>
1 parent d05b6b2 commit 2c76fe5

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.ona/automations/feature-planner.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
name: Feature Planner
22
description: Triages unlabeled issues, decomposes product-spec into backlog items, and ensures issue quality.
33
triggers:
4+
- context:
5+
projects:
6+
projectIds:
7+
- 019d8bf4-1ded-7317-be2f-555e8fb55ff9
8+
time:
9+
cronExpression: "*/30 * * * *"
410
- context:
511
projects:
612
projectIds:

0 commit comments

Comments
 (0)