Skip to content

Commit 339af86

Browse files
committed
chore: priority 0 dry run
Signed-off-by: exploreriii <[email protected]>
1 parent 11577d9 commit 339af86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.coderabbit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ reviews:
184184
- Workflows MUST behave safely when executed from forks.
185185
- YAML MUST orchestrate steps, not implement business logic.
186186
- Any workflow that mutates GitHub state MUST support dry-run mode.
187+
- Dry-run behavior must be explicit and visible in logs.
187188
- Workflows MUST NOT modify repository source code outside `.github/`.
188189
189190
---------------------------------------------------------
@@ -225,7 +226,6 @@ reviews:
225226
- Function on dry run: never post, comment, label, assign or edit
226227
- Be easy to expand in the future
227228
- Exit successfully
228-
- Dry-run behavior must be explicit and visible in logs.
229229
230230
---------------------------------------------------------
231231
PRIORITY 4 — SCRIPT EXTRACTION & CODE TRIM

0 commit comments

Comments
 (0)