Releases: mtfoley/pr-compliance-action
Releases · mtfoley/pr-compliance-action
v0.2.1
What's Changed
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
Full Changelog: v0.1.1...v0.2.0
v0.1.1
What's Changed
- docs: Create CODE_OF_CONDUCT.md by @mtfoley in #37
- docs: add issue templates by @mtfoley in #38
- fix: action fail on invalid title by @mtfoley in #46
- chore(deps-dev): bump eslint-plugin-github from 4.3.0 to 4.3.2
- chore(deps-dev): bump @typescript-eslint/parser from 4.32.0 to 5.1.0
- chore(deps-dev): bump jest from 27.2.4 to 27.3.0
- chore(deps-dev): bump eslint-plugin-jest from 24.5.0 to 25.2.2
- chore(deps-dev): bump typescript from 4.4.3 to 4.4.4
- chore(deps-dev): bump @types/node from 16.10.3 to 16.11.1
Full Changelog: v0.1.0...v0.1.1
Feature: Ignore Team Members
v0.0.3
What's Changed
- chore(deps-dev): bump @types/node from 16.10.2 to 16.10.3 by @dependabot in #31
- fix: correct ignore-authors behavior by @mtfoley in #34
Full Changelog: v0.0.2...v0.0.3
Cleanup Prerelease
Initial Release
pr-compliance-action
This action is meant to help in managing inbound PRs that may need adjustment other than code.
Functionality
It looks for the following:
- PR Title formatted according to @commitlint/conventional-commit.
- PR Body refers to an issue, as detected by a regular expression
- PR originates from a protected branch e.g. "main", (based on head ref)
- PR includes modifications to specific files that should be reviewed carefully (e.g. package.json)