Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
takanome-dev committed Aug 23, 2023
1 parent 9f89707 commit 690ccb6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
1 change: 0 additions & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:

jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest

strategy:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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",
Expand All @@ -34,7 +34,7 @@
"slash-commands",
"github-actions"
],
"author": "TAKANOME-DEV",
"author": "takanome-dev <[email protected]>",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.9.1",
Expand Down

0 comments on commit 690ccb6

Please sign in to comment.