Skip to content

Commit

Permalink
docs: update documentation
Browse files Browse the repository at this point in the history
This commit updates the documentation and updates @vercel/ncc to prevent
a opensll error (see vercel/ncc#805).
  • Loading branch information
rickstaa committed Sep 25, 2022
1 parent 8315e07 commit 574f0a1
Show file tree
Hide file tree
Showing 4 changed files with 95 additions and 95 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -56,7 +56,7 @@ Various inputs are defined in [action.yml](action.yml) to let you configure the
| `top_list_size` | The number of top issues to show. | `5` |
| `subtract_negative` | Subtract negative from positive reactions to get the total count. | `true` |
| `dry_run` | Run the action without actually creating the labels and dashboard. | `false` |
| `filter` | Comma or newline-separated list of issues you want to exclude. | \`\` |
| `filter` | Comma or newline-separated list of issues you want to exclude. | `""` |
| `label` | Label top issues. | `false` |
| `dashboard` | Create a dashboard that displays the top issues and pull requests. | `true` |
| `dashboard_title` | Dashboard title. | `Top Issues Dashboard` |
Expand Down

0 comments on commit 574f0a1

Please sign in to comment.