Skip to content

Commit

Permalink
Release v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
arkon committed Nov 28, 2021
1 parent dc66d2d commit 03f1894
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:
steps:
- name: Checkout repo
uses: actions/checkout@v1

- name: Moderate the issue
# uses: tachiyomiorg/issue-moderator-action@v1.1
# uses: tachiyomiorg/issue-moderator-action@v1.2
uses: ./
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Moderate issues
uses: tachiyomiorg/issue-moderator-action@v1.1
uses: tachiyomiorg/issue-moderator-action@v1.2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
```
Expand All @@ -34,7 +34,7 @@ jobs:
## Commands

All commands can be used in more bot-like way, that supports `?`, `!`
and `/` as the invocation character, and alternatively with a more
and `/` as the invocation character, and alternatively with a more
human readable way, with sentences that can be customized.

The comment with the command will be minimized and marked as resolved.
Expand All @@ -48,9 +48,9 @@ Usage:
- **Bot-like**: `?duplicate #<issue-number>`
- **Sentence**: `Duplicate of #<issue-number>`

If the sentence way is used and the comment contains a question mark
after the issue number, the command will not be executed as a way to
preventing the current issue from being closed if the person that
If the sentence way is used and the comment contains a question mark
after the issue number, the command will not be executed as a way to
preventing the current issue from being closed if the person that
commented are in doubt if the current issue is indeed a duplicate.

### Edit issue title
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tachiyomiorg/issue-moderator-action",
"version": "1.1.0",
"version": "1.2.0",
"description": "GitHub action to moderate issues",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 03f1894

Please sign in to comment.