Skip to content

Commit ca70de2

Browse files
Use check runs for checking restyle workflow (project-chip#35969)
* Fix mis-quote in pullapprove * Another fix * Move the check in check_runs --------- Co-authored-by: Andrei Litvin <andreilitvin@google.com>
1 parent f7600df commit ca70de2

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 check_runs.successful"
4040
status: failure
4141
explanation: "Restyled workflow must be successful"
4242

0 commit comments

Comments
 (0)