summaryrefslogtreecommitdiff
path: root/scripts/changelog-checker (follow)
Commit message (Collapse)AuthorAgeFilesLines
* chore: add missing SPDX ID and workflow check (#13570)zyoshoka2024-03-134-1/+21
| | | | | | | | | | | * chore: add workflow which checks if SPDX ID exists * chore: add missing SPDX ID in some files * chore: change trigger condition * chore: trigger on push * lint
* chore(deps-dev): bump vite in /scripts/changelog-checker (#13040)dependabot[bot]2024-01-212-5/+5
| | | | | | | | | | | | | | | Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.0.11 to 5.0.12. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v5.0.12/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.0.12/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* feat(CI): CHANGELOG.mdの追記個所をチェックするCIを追加 (#12963)おさむのひと2024-01-1310-0/+3438
* feat(CI): CHANGELOG.mdの追記個所をチェックするCIを追加 * fix * remove strategy * fix * fix