Skip to content

Commit 2f5d21f

Browse files
authored
Update safe-changes.cm
1 parent e106891 commit 2f5d21f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cm/safe-changes.cm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ manifest:
55

66
automations:
77
safe_changes:
8-
# Triggered for any changes that only affect formatting, documentation, tests, or images
98
if:
9+
- {{ pr.title | capture(regex=r/safe_changes/) }}
1010
- {{ is.formatting or is.docs or is.tests or is.image }}
1111
# Apply a safe change label, approve the PR and explain why in a comment.
1212
run:

0 commit comments

Comments
 (0)