Skip to content

Commit 7f29e64

Browse files
committed
rename CM to generate_pr_description.cm
1 parent 75b944f commit 7f29e64

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

docs/automations/generate-pr-description/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ This automation is useful for ensuring that PR descriptions are consistent and i
2929
<div class="automationExample" markdown="1">
3030
!!! example "Generate PR Description"
3131
```yaml+jinja
32-
--8<-- "docs/downloads/automation-library/auto_pr_description.cm"
32+
--8<-- "docs/downloads/automation-library/generate_pr_description.cm.cm"
3333
```
3434
<div class="result" markdown>
3535
<span>
36-
[:octicons-download-24: Download this example as a CM file.](/downloads/automation-library/auto_pr_description.cm"){ .md-button }
36+
[:octicons-download-24: Download this example as a CM file.](/downloads/automation-library/generate_pr_description.cm.cm"){ .md-button }
3737
</span>
3838
</div>
3939
</div>

plugins/filters/generateDescription/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
??? example "gitStream CM Example: generateDescription"
1616
```yaml+jinja
17-
--8<-- "plugins/filters/generateDescription/auto_pr_description.cm"
17+
--8<-- "plugins/filters/generateDescription/generate_pr_description.cm.cm"
1818
```
1919
<div class="result" markdown>
2020
<span>

0 commit comments

Comments
 (0)