Skip to content

Commit

Permalink
docs: v6.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
MorrisonCole committed Feb 25, 2022
1 parent ce13f03 commit 0b245c5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
pr-lint:
runs-on: ubuntu-latest
steps:
- uses: morrisoncole/[email protected].0
- uses: morrisoncole/[email protected].1
with:
title-regex: "#[eE][xX]-[0-9]+"
on-failed-regex-fail-action: false
Expand All @@ -45,6 +45,13 @@ jobs:
### v1.6.0
- Fixes [#266](https://github.com/MorrisonCole/pr-lint-action/issues/266): the
success comment will now be created once the PR Lint succeeds, even when
`on-failed-regex-create-review` is set to false. Thank you @talboren for
reporting, debugging, and fixing this! 💪

### v1.6.0

- Updated documentation to recommend running the action on PR `synchronize`
events too, so that the checks won't go stale.
- Fixes [#175](https://github.com/MorrisonCole/pr-lint-action/issues/175): can
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pr-lint-action",
"version": "1.6.0",
"version": "1.6.1",
"description": "A GitHub Action to ensure that your PR title matches a given regex.",
"main": "lib/main.js",
"scripts": {
Expand Down

0 comments on commit 0b245c5

Please sign in to comment.