diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 1a7fcb5..5a6aac6 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -6,7 +6,6 @@ on: jobs: analyze: - name: Analyze runs-on: ubuntu-latest strategy: diff --git a/README.md b/README.md index edb8bef..1aa138e 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Assign the user or unassign stale assignments - uses: takanome-dev/assign-issue-action@v2.0.0 + uses: takanome-dev/assign-issue-action@v2.1.1 with: github_token: '${{ secrets.GITHUB_TOKEN }}' # trigger: '/assign-me' # you can change the default trigger to something else diff --git a/package.json b/package.json index 0ee11ef..07f6aa0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "assign-issue-action", - "version": "2.0.0", - "description": "Comment /assign-me to assign an issue yourself 🎉", + "version": "2.1.1", + "description": "Comment /assign (or any trigger you want) to assign an issue yourself 🎉", "engines": { "node": "18.x", "npm": "9.x" @@ -19,11 +19,11 @@ "all": "npm run format && npm run lint && npm run tsc && npm run build && npm test", "prepare": "husky install" }, - "homepage": "https://github.com/TAKANOME-DEV/assign-to-me-action#readme", - "bugs": "https://github.com/TAKANOME-DEV/assign-to-me-action/issues", + "homepage": "https://github.com/takanome-dev/assign-to-me-action#readme", + "bugs": "https://github.com/takanome-dev/assign-to-me-action/issues", "repository": { "type": "git", - "url": "git+https://github.com/TAKANOME-DEV/assign-to-me-action.git" + "url": "git+https://github.com/takanome-dev/assign-to-me-action.git" }, "keywords": [ "github", @@ -34,7 +34,7 @@ "slash-commands", "github-actions" ], - "author": "TAKANOME-DEV", + "author": "takanome-dev ", "license": "MIT", "dependencies": { "@actions/core": "^1.9.1",