diff --git a/docs/automations/integrations/askAI/document/README.md b/docs/automations/integrations/askAI/document/README.md index 9f712502..1e1c3db4 100644 --- a/docs/automations/integrations/askAI/document/README.md +++ b/docs/automations/integrations/askAI/document/README.md @@ -1,18 +1,18 @@ --- -title: Automation - Ask AI to Summarize the Changes in a PR -description: Use gitStream's integration with AI services to generate a summary of the changes in the PR. +title: Automation - Ask AI to provide PR documentation +description: Use gitStream's integration with AI services to generate conscious documentation of the changes in the PR. category: [quality, genai, copilot, tests, efficiency] --- -# Ask AI to Summarize the Changes in a PR +# Ask AI to provide PR documentation -Use AI to generate a documentation for the newly added features and changes based on the code diff. +Use AI to generate documentation for the newly added features and changes based on the code diff. !!! info "Configuration Description" Conditions (all must be true): - * A PR is created or new code has been committed to the PR. + * A PR is created, or new code has been committed to the PR. * The PR has a label "askai document" Automation Actions: diff --git a/docs/automations/integrations/askAI/improve/README.md b/docs/automations/integrations/askAI/improve/README.md index 6b6fc36e..cd408346 100644 --- a/docs/automations/integrations/askAI/improve/README.md +++ b/docs/automations/integrations/askAI/improve/README.md @@ -1,23 +1,23 @@ --- -title: Automation - Ask AI to Summarize the Changes in a PR -description: Use gitStream's integration with AI services to generate a summary of the changes in the PR. +title: Automation - Ask AI for code suggestions to improve the PR +description: Use gitStream's integration with AI services to generate code suggestions to improve the PR. category: [quality, genai, copilot, tests, efficiency] --- -# Ask AI to provide code suggestion to improve the PR +# Ask AI to provide code suggestions to improve the PR -Use AI to generate improvement suggestions for the code changes. +Use AI to generate suggestions for improvement in the code changes. !!! info "Configuration Description" Conditions (all must be true): - * A PR is created or new code has been committed to the PR. + * A PR is created, or a new code has been committed to the PR. * The PR has a label "askai improve" Automation Actions: - * Add a comment with omprovement suggestions for the added code + * Add a comment with improvement suggestions for the added code !!! example "Configuration Example" ```yaml+jinja