Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
brunobesson committed Nov 10, 2023
1 parent afd858f commit 1abb790
Show file tree
Hide file tree
Showing 7 changed files with 28,515 additions and 6,842 deletions.
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx --no-install pretty-quick --staged
npx lint-staged
3 changes: 3 additions & 0 deletions .lintstagedrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"**/*": "prettier --write --ignore-unknown"
}
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
```
> [!IMPORTANT]
> This action can only create a pull request if the *Allow GitHub Actions to create and approve pull requests* option is enabled in *Settings > Actions > General*.
> This action can only create a pull request if the _Allow GitHub Actions to create and approve pull requests_ option is enabled in _Settings > Actions > General_.
## Action inputs
Expand All @@ -64,8 +64,8 @@ Inputs with defaults are **optional**.
| title | The title of the pull request. | `📈 Update caniuse database` |
| body | The body of the pull request. | `Caniuse database has been updated. Review changes, merge this PR and have a 🍺.` |
| labels | A comma separated list of labels to apply to the pull request. | (no label) |
| reviewers | A comma separated list of users to be added to the the pull request reviewers list. | (no users) |
| teams | A comma separated list of teams to be added to the the pull request reviewers list. | (no teams) |
| reviewers | A comma separated list of users to be added to the the pull request reviewers list. | (no users) |
| teams | A comma separated list of teams to be added to the the pull request reviewers list. | (no teams) |

One will usually run this action on a cron basis (say, every day or week)

Expand Down
34,353 changes: 27,783 additions & 6,570 deletions dist/index.js

Large diffs are not rendered by default.

Loading

0 comments on commit 1abb790

Please sign in to comment.