Skip to content

Commit a0ad11b

Browse files
committed
comment PR creation for testing
1 parent afca580 commit a0ad11b

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/docs-parity-updates.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff 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 <[email protected]>"
153-
committer: "LocalStack Bot <[email protected]>"
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 <[email protected]>"
153+
# committer: "LocalStack Bot <[email protected]>"
154+
# commit-message: "update generated parity coverage docs"
155+
# token: ${{ secrets.PRO_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)