Skip to content

Commit 3e1aa12

Browse files
committed
disable update for existing prs
1 parent c507d83 commit 3e1aa12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checklist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
body="${body//$'\r'/'%0D'}"
1717
echo ::set-output name=body::$body
1818
- name: Update comment
19-
# if: github.event.action == 'opened'
19+
if: github.event.action == 'opened'
2020
uses: AsasInnab/pr-body-action@v1
2121
with:
2222
body: ${{ steps.get-comment-body.outputs.body }}

0 commit comments

Comments
 (0)