-
Notifications
You must be signed in to change notification settings - Fork 5
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
Create workflowcheck.yml using the forked debugger repo and then showing off I can do this as a second PR using a workflow YML #9
base: main
Are you sure you want to change the base?
Conversation
YAML skills check, CHECKED Signed-off-by: J. K. Edwards <[email protected]>
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.
yes, this is indeed a YAML workflow protocol that will create checks for this PR
trigger the next checks of the YAML workflow. Signed-off-by: J. K. Edwards <[email protected]>
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.
committed a second commit to showcase combination of two YAML workflows as a singular workflow YAML that goes through iteration steps and checks.
Showcasing all the workflow YAMLS as a singular YAML protocol. Signed-off-by: J. K. Edwards <[email protected]>
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.
We're going to show how we can create a singular YAML that will go through all the necessary YAML checks before I assign myself as a reviewer.
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.
left a comment as a way to prove I read my own commits and checked my own code.
During combination and refactorization by addition and combination for YML workflows, especially if you're using AI Agents to build YAML workflows, you must never delete any of the workflow artifacts, even if it's a bit redundant. Signed-off-by: J. K. Edwards <[email protected]>
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.
completed combination and refactorization of the YAML workflow protocol commits.
creating a new branch to begin a new PR Signed-off-by: J. K. Edwards <[email protected]>
making sure no information in code in the YML was lost in translation. Signed-off-by: J. K. Edwards <[email protected]>
Merged and rebased using the a separate branch to test the forked repo first using the check sum YAML workflow protocol. |
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.
I have reviewed my own code, it's time for the secondary review to also review the workflow protocol.
here it is Signed-off-by: J. K. Edwards <[email protected]>
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.
okay, good to go to check myself with checks
waiting for checks information to show and pass.... |
Signed-off-by: J. K. Edwards <[email protected]>
I could write a YML workflows to update the ruleset for bearycool to have write access to the repo I suppose.... |
rulset update for bearycool11 Signed-off-by: J. K. Edwards <[email protected]>
…mework for AI-driven coding assistant system (#4)
YAML skills check, CHECKED