Skip to content

Releases: mtfoley/pr-compliance-action

v0.2.1

12 Nov 03:58
24a4e00
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release

What's Changed

  • fix: strip html comments from PR description by @mtfoley in #60

Full Changelog: v0.2.0...v0.2.1

v0.2.0

25 Oct 12:44
080e804
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

What's Changed

  • Feature: conventionalcommits by @mtfoley in #48
  • chore(deps-dev): bump ts-jest from 27.0.5 to 27.0.7

Full Changelog: v0.1.1...v0.2.0

v0.1.1

23 Oct 14:29
05e672e
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

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

15 Oct 02:22
d059189
Compare
Choose a tag to compare

What's Changed

Release Notes

New feature of skipping checks on PR authored by org team members/repo owners by default.

v0.0.3

14 Oct 15:00
9a1342e
Compare
Choose a tag to compare
v0.0.3 Pre-release
Pre-release

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

02 Oct 02:43
Compare
Choose a tag to compare
Pre-release

Changelog:

  • feat: improve regex for detecting linked issues, closes #22
  • feat: skip checks on closed PR, closes #23

Initial Release

30 Sep 17:09
22f042a
Compare
Choose a tag to compare
Pre-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)