Skip to content

Commit

Permalink
Move the check in check_runs
Browse files Browse the repository at this point in the history
  • Loading branch information
andreilitvin committed Oct 8, 2024
1 parent 9dbfd54 commit ad1d449
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 ad1d449

Please sign in to comment.