Skip to content

Commit dcc5ff3

Browse files
committed
corrected svc bot exclusion
1 parent 12904eb commit dcc5ff3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr-description-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
// This should be automations where we don't care that much about the description format
3535
const skipUserPatterns = [
3636
/^unity-renovate/,
37-
/(^|-)svc(-|$)/
37+
/svc/
3838
];
3939
4040
// If PR author matches the skip list, exit early

0 commit comments

Comments
 (0)