Skip to content

Commit f7600df

Browse files
Fix mis-quote in pullapprove (project-chip#35968)
Co-authored-by: Andrei Litvin <andreilitvin@google.com>
1 parent ccd45b0 commit f7600df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pullapprove.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ overrides:
3636
############################################################
3737
# Required status checks
3838
############################################################
39-
- if: "'*restyled*' not in statuses.successful"
39+
- if: "*restyled*' not in statuses.successful"
4040
status: failure
4141
explanation: "Restyled workflow must be successful"
4242

0 commit comments

Comments
 (0)