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
There are many instances that a quick typo fix, adding or removing comments either will need a full CI run or land manually (e.g. nodejs/node#57291 (comment)).
Would it possible to add a by pass rule for cq with the following conditions met:
the request-ci label is not present
nodejs bot posts another comment for approval like fast-track (this could be either before cq is added or after)
The text was updated successfully, but these errors were encountered:
In general adding/removing/editing anything in a source file (including comments) needs a full CI run. This is added protection against, e.g. CVE-2021-42574.
There are many instances that a quick typo fix, adding or removing comments either will need a full CI run or land manually (e.g. nodejs/node#57291 (comment)).
Would it possible to add a by pass rule for cq with the following conditions met:
request-ci
label is not presentfast-track
(this could be either before cq is added or after)The text was updated successfully, but these errors were encountered: