Skip to content

Commit

Permalink
Chores (#21)
Browse files Browse the repository at this point in the history
* ci: update github actions

* chores: dependencies updated

* style: formatting

* ci: update labeler

* chore: dependencies updated
  • Loading branch information
maehr authored May 2, 2024
1 parent 6f449af commit 8199183
Show file tree
Hide file tree
Showing 7 changed files with 874 additions and 897 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
- uses: actions/labeler@v5
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

pnpm check
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,13 +104,13 @@ npm run changelog

This project is maintained by [@maehr](https://github.com/maehr). Please understand that we won't be able to provide individual support via email. We also believe that help is much more valuable if it's shared publicly, so that more people can benefit from it.

| Type | Platforms |
| ------------------------------------- | -------------------------------------------------------------------------- |
| 🚨 **Bug Reports** | [GitHub Issue Tracker](https://github.com/maehr/github-template/issues) |
| πŸ“š **Docs Issue** | [GitHub Issue Tracker](https://github.com/maehr/github-template/issues) |
| 🎁 **Feature Requests** | [GitHub Issue Tracker](https://github.com/maehr/github-template/issues) |
| Type | Platforms |
| -------------------------------------- | -------------------------------------------------------------------------- |
| 🚨 **Bug Reports** | [GitHub Issue Tracker](https://github.com/maehr/github-template/issues) |
| πŸ“š **Docs Issue** | [GitHub Issue Tracker](https://github.com/maehr/github-template/issues) |
| 🎁 **Feature Requests** | [GitHub Issue Tracker](https://github.com/maehr/github-template/issues) |
| πŸ›‘ **Report a security vulnerability** | See [SECURITY.md](SECURITY.md) |
| πŸ’¬ **General Questions** | [GitHub Discussions](https://github.com/maehr/github-template/discussions) |
| πŸ’¬ **General Questions** | [GitHub Discussions](https://github.com/maehr/github-template/discussions) |

## Roadmap

Expand Down
12 changes: 6 additions & 6 deletions README.template.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ npm run format

This project is maintained by [@USERNAME](https://github.com/USERNAME). Please understand that we won't be able to provide individual support via email. We also believe that help is much more valuable if it's shared publicly, so that more people can benefit from it.

| Type | Platforms |
| ------------------------------------- | ----------------------------------------------------------------------- |
| 🚨 **Bug Reports** | [GitHub Issue Tracker](https://github.com/USERNAME/REPO_NAME/issues) |
| πŸ“š **Docs Issue** | [GitHub Issue Tracker](https://github.com/USERNAME/REPO_NAME/issues) |
| 🎁 **Feature Requests** | [GitHub Issue Tracker](https://github.com/USERNAME/REPO_NAME/issues) |
| Type | Platforms |
| -------------------------------------- | ----------------------------------------------------------------------- |
| 🚨 **Bug Reports** | [GitHub Issue Tracker](https://github.com/USERNAME/REPO_NAME/issues) |
| πŸ“š **Docs Issue** | [GitHub Issue Tracker](https://github.com/USERNAME/REPO_NAME/issues) |
| 🎁 **Feature Requests** | [GitHub Issue Tracker](https://github.com/USERNAME/REPO_NAME/issues) |
| πŸ›‘ **Report a security vulnerability** | See [SECURITY.md](SECURITY.md) |
| πŸ’¬ **General Questions** | [GitHub Discussions](https://github.com/USERNAME/REPO_NAME/discussions) |
| πŸ’¬ **General Questions** | [GitHub Discussions](https://github.com/USERNAME/REPO_NAME/discussions) |

## Roadmap

Expand Down
13 changes: 4 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,21 @@
"url": "https://github.com/USERNAME/REPO_NAME/issues",
"license": "AGPL-3.0",
"scripts": {
"check": "prettier --ignore-path .gitignore --check . '!{CODE_OF_CONDUCT.md,LICENSE.md,_layouts/default.html}'",
"check": "prettier --ignore-path .gitignore --check . '!{CODE_OF_CONDUCT.md,LICENSE.md,_layouts/default.html}'",
"commit": "cz",
"format": "prettier --ignore-path .gitignore --write . '!{CODE_OF_CONDUCT.md,LICENSE.md,_layouts/default.html}'",
"prepare": "husky install"
"prepare": "husky"
},
"devDependencies": {
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"husky": "^8.0.3",
"prettier": "^2.8.8"
"husky": "^9.0.11",
"prettier": "^3.2.5"
},
"type": "module",
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
},
"husky": {
"hooks": {
"prepare-commit-msg": "exec < /dev/tty && git cz --hook || true"
}
}
}
}
Loading

0 comments on commit 8199183

Please sign in to comment.