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 cf8cd30 commit 76ac831Copy full SHA for 76ac831
.github/workflows/review-checklist.yml
@@ -14,7 +14,7 @@ jobs:
14
with:
15
script: |
16
const body = context.payload.pull_request.body
17
- if (body && body.startsWith(":robot: I have created a release *beep* *boop*")) { return; }
+ if (body && (body.startsWith(":robot: I have created a release *beep* *boop*") || body.startsWith("Automated changes"))) { return; }
18
19
const { data: comments } = await github.rest.issues.listComments({
20
issue_number: context.issue.number,
0 commit comments