Releasing the following functionality:
- Includes some extra logging to troubleshoot issue in #59
Bug fixes:
- None
Breaking changes:
- None
Releasing the following functionality:
- Improved error handling for adding reviewers to prevent workflow failure trigger [Issue #55]
Bug fixes:
- None
Breaking changes:
- None
Releasing the following functionality:
- Added support for workflow_run event trigger
Bug fixes:
- None
Breaking changes:
- None
Releasing the following functionality:
- Additional info for troubleshooting
Bug fixes:
- None
Breaking changes:
- None
Releasing the following functionality:
- None
Bug fixes:
- Fixing the dependabot security alerts
Breaking changes:
- None
Releasing the following functionality:
- Bypassing reviewer check on files owned by PR author
Bug fixes:
- None
Breaking changes:
- None
Releasing the following functionality:
- None
Bug fixes:
- Improving the error handling of Not Found for #37
- Added logic to exclude frontmatter check on file rename #35
Breaking changes:
- None
Releasing the following functionality:
- None
Bug fixes:
- Frontmatter reviewer does not filter/skip attempting to assign the same user as PR owner which results in error #32
Breaking changes:
- None
Releasing the following functionality:
- None
Bug fixes:
- Error when FrontMatter reviewer is enabled but file has no frontmatter #30
Breaking changes:
- None
Releasing the following functionality:
- Auto merge not requiring qualify for auto merge label #28
- Action not running on PRs from Forked repos (excludes welcome message) #24
- Support for key value lookup file on front matter reviewers #23
- Auto merge filters (initial GLOB support) #15
- Documentation improvements
- Added docs on FrontMatter support
Bug fixes:
- Bump lodash from 4.17.15 to 4.17.19 #25
- Action not running on PRs from Forked repos (excludes welcome message) #24
Breaking changes:
- Default
prlabel-automerge
label changed fromauto-merge
toqualifies-auto-merge
. Use workflow config file to continue with your preferred label.
Releasing the following functionality:
- Documentation improvements
Breaking Changes:
- The configuration parameter
enable-prmerge-allowpaths
was renamed toprmerge-allowpaths
Releasing the following functionality:
- Delete branch on merge #14
- Docs on Auto merge filters #15
- Auto Merge Filter feature #18
- Assign reviewers from YAML front matter (e.g. jekyll) #19
Bug fixes:
- Auto merge should not proceed if approved reviews greater than minimum required but requested changes exist #16
- Multiple comment automation welcome messages #17
Initial release providing the following functionality:
- Welcome message on new PR
- Automatic Label assignment and removal
- Based on Review criteria (required/provided)
- If PRs qualify for automatic merge (in preview)
- Welcome message on new PR
- PR Comment automation
- Welcome message with instructions on new PRs
- Assign a label indicating if the PR is ready or on hold based on key words
- Pull Request Merge
- Automatically merge when criteria is met
- Respect requested reviews (i.e. CODEOWNERS)
- Respect a minimal review count (for now configured by input param, repo setting on roadmap)