Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.06 KB

CHANGELOG.md

File metadata and controls

36 lines (23 loc) · 1.06 KB

Changelog

All notable changes to this project will be documented in this file automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY! This project adheres to Semantic Versioning.

0.0.7 - 2024-10-15

  • Allow custom actions on pull_request_trigger [Kyle Harding]

0.0.6 - 2024-10-15

  • Use merge commit ref for reviews [Kyle Harding]
  • Add exceptions to linters for markdown and natural language [Kyle Harding]
  • Throw if top-level repo name does not match PR base context [Kyle Harding]
  • Update docs and fix linting of files [Kyle Harding]

0.0.5 - 2024-10-10

  • Disallow reviews by authors by default [Kyle Harding]
  • Fix search for existing commit comments [Kyle Harding]
  • Move some functions from CommitComment class [Kyle Harding]

0.0.4 - 2024-10-07

  • Fix mismatch when filtering reactions by login user [Kyle Harding]
  • Setup husky hooks to check bundle generated files [Kyle Harding]

0.0.3 - 2024-10-04

  • Switch to javascript action from template [Kyle Harding]

v0.0.2

(2024-10-02)

  • patch: Update README [Kyle Harding]