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 f577893 commit b4fb5ccCopy full SHA for b4fb5cc
.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@v3.4.1
+ uses: peter-evans/create-pull-request@v7.0.6
41
with:
42
title: 'Run smarten on demand'
43
body: 'Run the smarten action to create smart quotes'
.github/workflows/update-on-merge.yaml
@@ -55,7 +55,7 @@ jobs:
55
56
57
58
59
if: ${{ steps.renumber-sections.outputs.status }} == 'success' && ${{ steps.update-grammar.outputs.status }} == 'success'
60
61
title: "Automated Section renumber and grammar extraction"
0 commit comments