Skip to content

Commit

Permalink
eat: add remove-symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
xrkffgg committed Dec 8, 2021
1 parent 89b08c2 commit 3c30c3f
Show file tree
Hide file tree
Showing 5 changed files with 5,870 additions and 2,206 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v1.2.0

`2021.12.08`

- feat: add `remove-symbol`.

## v1.1.1

`2021.03.25`
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
| require-include | Further filtering lines. | string | ✖ |
| comment-body | Comment reminder when not filled in. | string | ✔ |
| skip-title-start | Skip PR title start with. | string | ✖ |
| remove-symbol | Whether remove symbol. Default: false | boolean | ✖ |
## ⚡ Feedback
Expand Down
2 changes: 2 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ inputs:
required: true
skip-title-start:
description: Skip PR title start with.
remove-symbol:
description: Whether remove symbol

runs:
using: 'node12'
Expand Down
Loading

0 comments on commit 3c30c3f

Please sign in to comment.