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
'Enforce in CI that code does not contain a "DO NOT MERGE" comment' (risc0#1482)
Adding comments with "DO NOT MERGE" is a personal practice that is
supposed to remind myself and reviewers that something of importance
needs to taken care of before merging the PR. I realized when I ran
`grep` in my clone of this repo that a comment had slipped through and
neither I nor the reviewer ensured I had removed it. The comment was
addressed, so no harm done, but I would like to have a rule in CI to
check for this.
---------
Co-authored-by: Erik Kaneda <[email protected]>
0 commit comments