Skip to content

Commit 76ac831

Browse files
committed
ci: don't add review checklist comment to update flake.lock PRs
1 parent cf8cd30 commit 76ac831

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/review-checklist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
script: |
1616
const body = context.payload.pull_request.body
17-
if (body && body.startsWith(":robot: I have created a release *beep* *boop*")) { return; }
17+
if (body && (body.startsWith(":robot: I have created a release *beep* *boop*") || body.startsWith("Automated changes"))) { return; }
1818
1919
const { data: comments } = await github.rest.issues.listComments({
2020
issue_number: context.issue.number,

0 commit comments

Comments
 (0)