You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Two fixes found while auditing the bot against all open PRs:
- Only a non-empty Summary plus a demo (for functional changes) are required.
Missing Testing/Checklist sections no longer close a PR. The demo is now
detected anywhere in the body, not just the Demo section. This fixes a PR
that had a YouTube demo and full testing notes but was closed for lacking
the checklist section.
- Drop the 'reopened' trigger so a maintainer who manually reopens a flagged
PR wins, instead of the bot immediately re-closing it. Auto-reopen on a
fixed description still works via 'edited'/'synchronize'.
reasons.push('This PR changes functional code (SDK, API, or frontend) but the **Demo** section has no screenshot or video. A short demo recording is required. Only test-only, docs-only, or chore changes may mark Demo as N/A.');
139
+
reasons.push('This PR changes functional code (SDK, API, or frontend) but includes no demo. Add a screenshot or short video of the change. Only test-only, docs-only, or chore changes may skip it.');
0 commit comments