Skip to content

Commit

Permalink
Prepare v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thehanimo committed Sep 25, 2021
1 parent 26ec3c4 commit 6d643a3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Create a config file `.github/pr-title-checker-config.json` like this one below:
}
}
```
You can pass in one of `prefixes` or `regexp` or even both based on your use case. `regexpFlags` and `ignoreLables` are optional fields.

If none of the checks pass, a label will be added to that pull request. \
If at least one of them passes, the label will be removed.
Expand Down Expand Up @@ -50,7 +51,7 @@ jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: thehanimo/[email protected]
- uses: thehanimo/[email protected].1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
pass_on_octokit_error: false
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

0 comments on commit 6d643a3

Please sign in to comment.