diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2abad70..02283c4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 }} diff --git a/README.md b/README.md index b94de01..155abe3 100644 --- a/README.md +++ b/README.md @@ -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 }} ``` @@ -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. @@ -48,9 +48,9 @@ Usage: - **Bot-like**: `?duplicate #` - **Sentence**: `Duplicate of #` -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 diff --git a/package-lock.json b/package-lock.json index 068687e..f279c29 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@tachiyomiorg/issue-moderator-action", - "version": "1.1.0", + "version": "1.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@tachiyomiorg/issue-moderator-action", - "version": "1.1.0", + "version": "1.2.0", "license": "MPL-2.0", "dependencies": { "@actions/core": "^1.3.0", diff --git a/package.json b/package.json index bf068b4..494367c 100644 --- a/package.json +++ b/package.json @@ -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": {