Skip to content

1.4.0

Compare
Choose a tag to compare
@bluekeyes bluekeyes released this 13 Dec 23:05
· 490 commits to develop since this release
c137b46

Use GraphQL for some API operations (#37)

To access additional information, policy-bot now uses GitHub's v4 GraphQL API. As a result, the v4_api_url configuration option is required.

Add the ability to ignore update merges (#39)

If the ignore_update_merges option is true, any merge commit that was (1) created via the web UI or API and (2) includes changes from the target branch is ignored for the purpose of the computing contributors and evaluating the invalidate_on_push option. This means you can use the "Update branch" button in the GitHub UI without invalidating existing approval. See the README for more information about this feature.

Fixes

  • Use push time instead of commit time when evaluating the invalidate_on_push option (#37)
  • Correctly update statuses after a GitHub review is dismissed (#38)

Other Changes

  • Show the total number of required reviews in the details for a rule (#36)
  • Include a link to the policy file from the details UI (#40)