-
Notifications
You must be signed in to change notification settings - Fork 17
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
test: Hackathon 24 - add PatPatBot action #294
base: master
Are you sure you want to change the base?
Conversation
96f5a62
to
2f07e43
Compare
Adds PatPatBot Action to Review Pattern Documentation This pull request introduces a new workflow for reviewing pattern documentation using PatPatBot.
The changes enhance the automation of pattern documentation reviews, leveraging the PatPatBot Action and OpenAI API.
|
uses: actions/checkout@v2 | ||
|
||
- name: Run PatPatBot Action | ||
uses: nicklem/patpatbot@main |
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.
not all tools have docs/
files versioned in the repo, for example Semgrep. they will only run the documentation generation process during the build process.
it could be more versatile to have patpatbot as a CLI that we could plug-in after the documentation generation, regardless of where it happens.
"parameters": [], | ||
"languages": [], | ||
"enabled": false, | ||
"title": "Enforcing Return Type Hints in CakePHP Classes", |
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.
you don't need these properties on patterns.json
.
adding them to description.json
is enough 👍
Testing the PatPatBot action in the scope of the 2024 hackathon.