Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 812 Bytes

CHANGES.rst

File metadata and controls

31 lines (20 loc) · 812 Bytes

0.3 (unreleased)

  • New API to post checks on GitHub. [#45]
  • Remove support for post_pr_comment - instead we now support exclusively status checks. [#49]
  • Added support for custom actions on push. [#53]
  • Improve logic for closing stale issues. [#69]
  • Removed leftover autoclose_stale_pull_request configuration item for the stale pull request script.

0.2 (2018-11-22)

  • Make sure that when switching from single- to multi-status, we set any previous single checks to success, and edit previous comments. [#37]
  • Fix an issue with RepoHandler.get_file_contents when the branch was not set to 'master'. [#37]
  • Always post new status results, don't try and skip based on existing statuses. [#37]

0.1 (2018-11-22)

  • Initial version