Skip to content
Compare
Choose a tag to compare
@mtfoley mtfoley released this 15 May 19:06
· 46 commits to main since this release
aefa3ef

What's Changed

  • feat: body-fail option by @mtfoley in #193
    This change adds body-fail input with a default value of false. If set to true, the action will show a failing check if PR body does not match
    body-regex. By default, only a warning is registered.
    Thanks to @leynier and @nkapinos for feature ideas for this GitHub Action!

  • chore(deps-dev): bump @types/node from 17.0.8 to 17.0.18 by @dependabot in #135

  • chore(deps-dev): bump eslint from 8.6.0 to 8.9.0 by @dependabot in #133

  • chore(deps-dev): bump ts-jest from 27.1.2 to 27.1.3 by @dependabot in #122

  • chore(deps-dev): bump @typescript-eslint/parser from 5.9.1 to 5.12.0 by @dependabot in #136

  • chore(deps-dev): bump jest from 27.4.7 to 27.5.1 by @dependabot in #139

  • chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.9.1 to 5.12.0 by @dependabot in #134

  • chore(deps-dev): bump eslint-plugin-jest from 25.3.4 to 26.1.1 by @dependabot in #138

  • chore(deps-dev): bump typescript from 4.5.4 to 4.5.5 by @dependabot in #140

  • chore(deps-dev): bump @vercel/ncc from 0.33.1 to 0.33.3 by @dependabot in #137

  • chore(deps-dev): bump @types/node from 17.0.18 to 17.0.19 by @dependabot in #143

  • chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.12.0 to 5.12.1 by @dependabot in #142

  • chore(deps-dev): bump @typescript-eslint/parser from 5.12.0 to 5.12.1 by @dependabot in #144

  • chore(deps-dev): bump typescript from 4.5.5 to 4.6.4 by @dependabot in #178

  • chore(deps-dev): bump @types/node from 17.0.19 to 17.0.31 by @dependabot in #177

  • chore(deps-dev): bump eslint from 8.9.0 to 8.14.0 by @dependabot in #176

  • chore(deps-dev): bump @typescript-eslint/parser from 5.12.1 to 5.22.0 by @dependabot in #179

  • chore(deps): bump @actions/core from 1.6.0 to 1.8.0 by @dependabot in #183

  • chore(deps-dev): bump prettier from 2.5.1 to 2.6.2 by @dependabot in #186

  • chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.12.1 to 5.22.0 by @dependabot in #180

  • chore(deps-dev): bump @vercel/ncc from 0.33.3 to 0.33.4 by @dependabot in #188

  • chore(deps): bump @octokit/core from 3.5.1 to 3.6.0 by @dependabot in #190

  • chore(deps-dev): bump eslint-plugin-jest from 26.1.1 to 26.1.5 by @dependabot in #187

  • chore(deps-dev): bump eslint from 8.14.0 to 8.15.0 by @dependabot in #189

  • chore(deps): bump @actions/github from 5.0.0 to 5.0.1 by @dependabot in #184

  • chore(deps-dev): bump eslint-plugin-github from 4.3.5 to 4.3.6 by @dependabot in #185

Full Changelog: v1.0.1...v1.1.0