theoremlp / rules_uv

Bazel rules for running uv
Apache License 2.0
31 stars 14 forks source link

Further suppress reviewbot in 3rd party repos #36

Closed mark-thm closed 4 months ago

mark-thm commented 4 months ago

Issue

In #25 and #34 we've been trying to make it so that reviewbot doesn't fail when submissions come from 3rd party repos. #34 moved the suppression from the job to the step, but we still see a failure in #35 -- reading the failure more closely it seems to be because the secret is absent and the action validator still runs.

Summary

Add an alternate value to the reviewbot secret to help pass validation and move the suppression back to the job.