Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/smart-quotes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
shell: bash

- name: Create pull request
uses: peter-evans/create-pull-request@v7.0.8
uses: dotnet/actions-create-pull-request@v4
with:
title: 'Run smarten on demand'
body: 'Run the smarten action to create smart quotes'
2 changes: 1 addition & 1 deletion .github/workflows/update-on-merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
shell: bash

- name: Create pull request
uses: peter-evans/create-pull-request@v7.0.8
uses: dotnet/actions-create-pull-request@v4
if: ${{ steps.renumber-sections.outputs.status }} == 'success' && ${{ steps.update-grammar.outputs.status }} == 'success'
with:
title: "Automated Section renumber and grammar extraction"
Expand Down