diff --git a/README.md b/README.md index 565fed5..949ac63 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ jobs: - name: Checkout uses: actions/checkout@v2 - name: Profanity check step - uses: tailaiw/mind-your-language-action@v1.0.2 + uses: tailaiw/mind-your-language-action@v1.0.3 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} ``` @@ -44,7 +44,10 @@ I am currently using [profanity-check](https://github.com/vzhou842/profanity-che ### Reaction -The reaction right now is an auto-reply by github-actions bot that mentions the sender of offensive comment. +The reaction right now is an auto-reply by github-actions bot that mentions the sender of offensive comment. See the example as following. + +![example.png](./example.png) + ## Contributing diff --git a/example.png b/example.png new file mode 100644 index 0000000..e4fe6c9 Binary files /dev/null and b/example.png differ