generated from actions/container-toolkit-action
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ce13f03
commit 0b245c5
Showing
2 changed files
with
9 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters