File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -141,15 +141,15 @@ jobs:
141141 with :
142142 path : docs/.github/bot_templates/PARITY_COVERAGE_DOCS_PR.md
143143
144- - name : Create PR
145- uses : peter-evans/create-pull-request@v7
146- if : ${{ success() && steps.check-for-changes.outputs.diff-count != '0' && steps.check-for-changes.outputs.diff-count != '' }}
147- with :
148- path : docs
149- title : " Update Parity Coverage Docs"
150- body : " ${{ steps.template.outputs.content }}"
151- branch : " parity-coverage-auto-updates"
152- author : " LocalStack Bot <localstack-bot@users.noreply.github.com>"
153- committer : " LocalStack Bot <localstack-bot@users.noreply.github.com>"
154- commit-message : " update generated parity coverage docs"
155- token : ${{ secrets.PRO_ACCESS_TOKEN }}
144+ # - name: Create PR
145+ # uses: peter-evans/create-pull-request@v7
146+ # if: ${{ success() && steps.check-for-changes.outputs.diff-count != '0' && steps.check-for-changes.outputs.diff-count != '' }}
147+ # with:
148+ # path: docs
149+ # title: "Update Parity Coverage Docs"
150+ # body: "${{ steps.template.outputs.content }}"
151+ # branch: "parity-coverage-auto-updates"
152+ # author: "LocalStack Bot <localstack-bot@users.noreply.github.com>"
153+ # committer: "LocalStack Bot <localstack-bot@users.noreply.github.com>"
154+ # commit-message: "update generated parity coverage docs"
155+ # token: ${{ secrets.PRO_ACCESS_TOKEN }}
You can’t perform that action at this time.
0 commit comments