-
Notifications
You must be signed in to change notification settings - Fork 26
feat: rigging cicd workflow example #24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: rigging cicd workflow example #24
Conversation
|
using rigging <3 in a simple CICD workflow example optional: add to the examples directory example garbage repo i tested and validated working for both PR descriptions and comments here, seemed only sensical to use PR description for this use-case and is most common needs during testing, i did hard-pin pydantic ( if its good to go, i'll start adding it to some other public repos, especially will check with Simon if he is game for |
|
pydanticfix: pin pydantic) was pinned based on https://github.com/dreadnode/robopages/actions/runs/12016822733/job/33497826142?pr=25 |
monoxgas
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All looks awesome! Should be fun to play with :)
|
mb, apologies i'm a dummy! 🙈 it's because this PR comes from my fork |
using rigging <3 in a simple CICD workflow example
optional: add to the examples directory
and|oradd in some documentation somewhereexample garbage repo i tested and validated working for both PR descriptions and comments here, seemed only sensical to use PR description for this use-case and is most common
needs
OPENAI_API_KEYGHA secret as per here which is the chosen generator for the custom class in this exampleduring testing, i did hard-pin pydantic (
pip install pydantic==2.9.1) here but im confident this should be fixed from the recent releaseif its good to go, i'll start adding it to some other public repos, especially will check with Simon if he is game for
robopagesetc