We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd3310a commit 97140ecCopy full SHA for 97140ec
.github/workflows/smart-quotes.yaml
@@ -37,7 +37,7 @@ jobs:
37
shell: bash
38
39
- name: Create pull request
40
- uses: peter-evans/create-pull-request@v7.0.8
+ uses: dotnet/actions-create-pull-request@v4
41
with:
42
title: 'Run smarten on demand'
43
body: 'Run the smarten action to create smart quotes'
.github/workflows/update-on-merge.yaml
@@ -56,7 +56,7 @@ jobs:
56
57
58
59
60
if: ${{ steps.renumber-sections.outputs.status }} == 'success' && ${{ steps.update-grammar.outputs.status }} == 'success'
61
62
title: "Automated Section renumber and grammar extraction"
0 commit comments