Add MD Playbook Scanner GitHub Action#5
Open
devin-ai-integration[bot] wants to merge 1 commit into
Open
Conversation
- Create new composite action that scans directories for .md files - Automatically creates Devin playbooks via API for each file - Implements recursive directory scanning - Returns statistics (created, failed) and playbook IDs - Includes comprehensive documentation (README, DEPLOYMENT) - Adds test workflow for CI validation - Updates main README with new action documentation Related to: https://app.devin.ai/sessions/3bf44fc651184d1a86d621ea7e60ae61 Requested by: Sam Fertig (@samfert-codeium) Co-Authored-By: Sam Fertig <sam.fertig@codeium.com>
Contributor
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
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.
Add MD Playbook Scanner GitHub Action
Summary
This PR adds a new GitHub Action that automatically scans directories for Markdown files and creates Devin playbooks from them via the Devin API. This enables teams to version control their Devin playbooks as
.mdfiles alongside their code and automatically sync them to Devin.Key Components:
md-playbook-scanner/- Composite action using bash script.mdfiles, calls Devin API to create playbooksWhat it does:
.mdfilestitle, file content as playbookbodyhttps://api.devin.ai/v1/playbooksLocal Testing Results:
✅ Successfully tested locally - created 3 test playbooks with IDs returned correctly
Review & Testing Checklist for Human
titleandbodybased on Devin API docs, but existingdevin-actionusesnameandcontent. Verify the API acceptstitle/bodyby reviewing test workflow results../md-playbook-scannerin workflowsTest Plan
DEVIN_API_KEYsecret to repository (if not already present)Notes
Research Completed:
devin-actioncomposite action pattern for consistencyKnown Limitations:
.mdextension (case-sensitive)Link to Devin Run: https://app.devin.ai/sessions/3bf44fc651184d1a86d621ea7e60ae61
Requested by: Sam Fertig (@samfert-codeium)