Skip to content

Commit 4d04f41

Browse files
committed
more usecases
1 parent 600e6f3 commit 4d04f41

File tree

6 files changed

+129
-0
lines changed

6 files changed

+129
-0
lines changed
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
title: Automation - Ask AI to Summarize the Changes in a PR
3+
description: Use gitStream's integration with AI services to generate a summary of the changes in the PR.
4+
category: [quality, genai, copilot, tests, efficiency]
5+
---
6+
# Ask AI to Summarize the Changes in a PR
7+
8+
<!-- --8<-- [start:example]-->
9+
Use AI to generate a concise bullet-point summary of the changes in the pull request.
10+
11+
![summarized-pr](/automations/integrations/askAI/summarize-pr/summarized-pr.png)
12+
13+
!!! info "Configuration Description"
14+
15+
Conditions (all must be true):
16+
17+
* A PR is created or new code has been committed to the PR.
18+
* The PR has a label "askai summarize"
19+
20+
Automation Actions:
21+
22+
* Add a comment with a summary of the PR
23+
24+
!!! example "Configuration Example"
25+
```yaml+jinja
26+
--8<-- "docs/downloads/automation-library/integrations/askAI/askAI_summarize.cm"
27+
```
28+
<div class="result" markdown>
29+
<span>
30+
[:octicons-download-24: Download this example as a CM file.](/downloads/automation-library/integrations/askAI/askAI_summarize.cm){ .md-button }
31+
</span>
32+
</div>
33+
<!-- --8<-- [end:example]-->
34+
35+
## Additional Resources
36+
37+
--8<-- "docs/snippets/general.md"
38+
39+
**Related Automations**:
40+
41+
--8<-- "docs/snippets/context-automation.md"
42+
43+
--8<-- "docs/snippets/automation-footer.md"
193 KB
Loading
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
title: Automation - Ask AI to Summarize the Changes in a PR
3+
description: Use gitStream's integration with AI services to generate a summary of the changes in the PR.
4+
category: [quality, genai, copilot, tests, efficiency]
5+
---
6+
# Ask AI to Summarize the Changes in a PR
7+
8+
<!-- --8<-- [start:example]-->
9+
Use AI to generate a concise bullet-point summary of the changes in the pull request.
10+
11+
![summarized-pr](/automations/integrations/askAI/summarize-pr/summarized-pr.png)
12+
13+
!!! info "Configuration Description"
14+
15+
Conditions (all must be true):
16+
17+
* A PR is created or new code has been committed to the PR.
18+
* The PR has a label "askai summarize"
19+
20+
Automation Actions:
21+
22+
* Add a comment with a summary of the PR
23+
24+
!!! example "Configuration Example"
25+
```yaml+jinja
26+
--8<-- "docs/downloads/automation-library/integrations/askAI/askAI_summarize.cm"
27+
```
28+
<div class="result" markdown>
29+
<span>
30+
[:octicons-download-24: Download this example as a CM file.](/downloads/automation-library/integrations/askAI/askAI_summarize.cm){ .md-button }
31+
</span>
32+
</div>
33+
<!-- --8<-- [end:example]-->
34+
35+
## Additional Resources
36+
37+
--8<-- "docs/snippets/general.md"
38+
39+
**Related Automations**:
40+
41+
--8<-- "docs/snippets/context-automation.md"
42+
43+
--8<-- "docs/snippets/automation-footer.md"
193 KB
Loading
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
title: Automation - Ask AI to Summarize the Changes in a PR
3+
description: Use gitStream's integration with AI services to generate a summary of the changes in the PR.
4+
category: [quality, genai, copilot, tests, efficiency]
5+
---
6+
# Ask AI to Summarize the Changes in a PR
7+
8+
<!-- --8<-- [start:example]-->
9+
Use AI to generate a concise bullet-point summary of the changes in the pull request.
10+
11+
![summarized-pr](/automations/integrations/askAI/summarize-pr/summarized-pr.png)
12+
13+
!!! info "Configuration Description"
14+
15+
Conditions (all must be true):
16+
17+
* A PR is created or new code has been committed to the PR.
18+
* The PR has a label "askai summarize"
19+
20+
Automation Actions:
21+
22+
* Add a comment with a summary of the PR
23+
24+
!!! example "Configuration Example"
25+
```yaml+jinja
26+
--8<-- "docs/downloads/automation-library/integrations/askAI/askAI_summarize.cm"
27+
```
28+
<div class="result" markdown>
29+
<span>
30+
[:octicons-download-24: Download this example as a CM file.](/downloads/automation-library/integrations/askAI/askAI_summarize.cm){ .md-button }
31+
</span>
32+
</div>
33+
<!-- --8<-- [end:example]-->
34+
35+
## Additional Resources
36+
37+
--8<-- "docs/snippets/general.md"
38+
39+
**Related Automations**:
40+
41+
--8<-- "docs/snippets/context-automation.md"
42+
43+
--8<-- "docs/snippets/automation-footer.md"
193 KB
Loading

0 commit comments

Comments
 (0)