Skip to content

Commit

Permalink
Use check runs for checking restyle workflow (#35969)
Browse files Browse the repository at this point in the history
* Fix mis-quote in pullapprove

* Another fix

* Move the check in check_runs

---------

Co-authored-by: Andrei Litvin <[email protected]>
  • Loading branch information
andy31415 and andreilitvin authored Oct 8, 2024
1 parent f7600df commit ca70de2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pullapprove.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ overrides:
############################################################
# Required status checks
############################################################
- if: "*restyled*' not in statuses.successful"
- if: "'restyled' not in check_runs.successful"
status: failure
explanation: "Restyled workflow must be successful"

Expand Down

0 comments on commit ca70de2

Please sign in to comment.