Skip to content

v1.21.3

Compare
Choose a tag to compare
@derekjobst derekjobst released this 04 Mar 01:19
· 373 commits to develop since this release
e63ccdb

Avoid updating state on closed PRs (#270)

  • Skips updating the status check for evaluations on pull requests that are not in an "open" state. This will avoid the situation where policy-bot attempts to update the status for a PR which has been closed/merged, causing errors or confusion if successful.

Other Changes

  • Add note to README about double quoted/plain YAML string escape characters (#273)
  • Enable CodeQL vulnerability scanning (#271)