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 634044b commit 754dacbCopy full SHA for 754dacb
.github/workflows/update_repl_docs.yml
@@ -111,13 +111,13 @@ jobs:
111
# Pin action to full length commit SHA
112
uses: peter-evans/create-pull-request@b1ddad2c994a25fbc81a28b3ec0e368bb2021c50 # v6.0.0
113
with:
114
- title: 'Update REPL namespace'
+ title: 'docs: update REPL namespace documentation'
115
body: |
116
This PR
117
118
- - updates the REPL namespace
+ - updates the REPL namespace documentation
119
120
- commit-message: 'feat: update REPL namespace'
+ commit-message: 'docs: update REPL namespace documentation'
121
committer: 'stdlib-bot <noreply@stdlib.io>'
122
token: ${{ secrets.PULL_REQUEST_TOKEN }}
123
labels: |
0 commit comments