Skip to content

Commit

Permalink
Merge pull request #644 from linear-b/fix-askai-summarize
Browse files Browse the repository at this point in the history
update document readme
  • Loading branch information
PavelLinearB authored Jan 23, 2025
2 parents 4649afe + 9237bf6 commit 6e77148
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions docs/automations/integrations/askAI/document/README.md
Original file line number Diff line number Diff line change
@@ -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

<!-- --8<-- [start:example]-->
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:
Expand Down
12 changes: 6 additions & 6 deletions docs/automations/integrations/askAI/improve/README.md
Original file line number Diff line number Diff line change
@@ -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

<!-- --8<-- [start:example]-->
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
Expand Down

0 comments on commit 6e77148

Please sign in to comment.