Skip to content

Commit

Permalink
Merge pull request #566 from linear-b/fix-last-pr
Browse files Browse the repository at this point in the history
Fix last pr
  • Loading branch information
vim-zz authored Aug 8, 2024
2 parents 60f70a3 + 0d45a47 commit 1a4b570
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/automations/generate-pr-description/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ Automatically generate Pull Request descriptions based on commit messages. This
<div class="automationExample" markdown="1">
!!! example "Generate PR Description"
```yaml+jinja
--8<-- "docs/downloads/automation-library/generate_pr_description.cm.cm"
--8<-- "docs/downloads/automation-library/generate_pr_description.cm"
```
<div class="result" markdown>
<span>
[:octicons-download-24: Download this example as a CM file.](/downloads/automation-library/generate_pr_description.cm.cm"){ .md-button }
[:octicons-download-24: Download this example as a CM file.](/downloads/automation-library/generate_pr_description.cm"){ .md-button }
</span>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion plugins/filters/generateDescription/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

??? example "gitStream CM Example: generateDescription"
```yaml+jinja
--8<-- "plugins/filters/generateDescription/generate_pr_description.cm.cm"
--8<-- "plugins/filters/generateDescription/generate_pr_description.cm"
```
<div class="result" markdown>
<span>
Expand Down

0 comments on commit 1a4b570

Please sign in to comment.