Skip to content

Commit

Permalink
feat: update default labels parameter (#390)
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous committed Apr 21, 2021
1 parent 74458d5 commit ef459f9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: ybiquitous/npm-audit-fix-action@v3
# with:
# github_token: ${{ github.token }}
# branch: "npm-audit-fix-action/fix"
# default_branch: <automatically set>
# commit_title: "build(deps): npm audit fix"
# labels: "dependencies, security"
```
See also [`action.yml`](action.yml) about the available options.
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ inputs:
labels:
description: ""
required: false
default: "dependencies, security"
default: "dependencies, javascript, security"
runs:
using: "node12"
main: "dist/index.js"

0 comments on commit ef459f9

Please sign in to comment.