Skip to content

Commit

Permalink
Merge pull request #10 from thehanimo/add-message-customization
Browse files Browse the repository at this point in the history
Add message customization
  • Loading branch information
thehanimo committed Nov 22, 2021
2 parents 09dd7a3 + 1b3159c commit 58c2cda
Show file tree
Hide file tree
Showing 4 changed files with 6,856 additions and 49,856 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ Create a config file `.github/pr-title-checker-config.json` like this one below:
"regexp": "docs\\(v[0-9]\\): ",
"regexpFlags": "i",
"ignoreLabels" : ["dont-check-PRs-with-this-label", "meta"]
},
"MESSAGES": {
"success": "All OK",
"failure": "Failing CI test",
"notice": ""
}
}
```
Expand Down Expand Up @@ -51,7 +56,7 @@ jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: thehanimo/[email protected].2
- uses: thehanimo/[email protected].3
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
pass_on_octokit_error: false
Expand Down
Loading

0 comments on commit 58c2cda

Please sign in to comment.