chore: add automation YAML definitions for all 12 automations#10
Merged
Conversation
Adds Ona AI automation YAML files for: - PR-triggered: PR Reviewer, Post-Merge Verifier, Feature Builder, Bug Fixer, UI Verifier - Scheduled: Daily Metrics, Tweet Drafter, Weekly Recap, Incident Responder, Performance Monitor, Automation Auditor - Manual: Feature Planner All files use project ID 019d8bf4-1ded-7317-be2f-555e8fb55ff9. Registration blocked by permission_denied — requires manual setup. Co-authored-by: Ona <[email protected]>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds Ona AI automation YAML files to
.ona/automations/for all 12 automationsdefined in
docs/automations.md.Automations
pr-reviewer.yamlpost-merge-verifier.yamlfeature-builder.yamlbug-fixer.yamlui-verifier.yamlfeature-planner.yamldaily-metrics.yamltweet-drafter.yamlweekly-recap.yamlincident-responder.yamlperformance-monitor.yamlautomation-auditor.yamlAll files target project
019d8bf4-1ded-7317-be2f-555e8fb55ff9.Manual setup required after merge
Registration via
ona ai automation createreturnedpermission_deniedfrom theenvironment PAT. An org admin needs to:
ona webhook create --name "Memo PR Events" --type repository --scope "gitpod-io/memo" --provider github— then register the payload URL + secret in GitHub repo settings → Webhooks → Add webhook (content type:application/json, events: Pull requests)for f in .ona/automations/*.yaml; do ona ai automation create "$f"; doneSENTRY_AUTH_TOKENas a project secret for the Incident Responderscripts/tweet.tsand set Twitter API credentials for the Tweet Drafter