Detects when a human comments on an issue labeled needs-human and removes the label so the Feature Planner re-triages it on its next run. Keeps the autonomous loop unblocked.
Requires: GitHub. Set up integrations
Runs every 30 minutes.
gh issue list --state open --label "needs-human"For each issue, read comments. If the latest comment is from a human (not a bot or automation), the issue is ready to re-triage.
gh issue edit <N> --remove-label "needs-human"Start building with a free Ona account.
This website uses cookies to enhance the user experience. Read our cookie policy for more info.