Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into refactor/merge-implem…
Browse files Browse the repository at this point in the history
…entation-of-common-options
  • Loading branch information
tasshi-me committed Oct 23, 2024
2 parents b11da17 + 3b7b92d commit cfb61ca
Show file tree
Hide file tree
Showing 16 changed files with 1,287 additions and 842 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file controls default reviewers.
* @kintone/dx
* @kintone/extensions-platform

# CODEOWNERS prevent automerge of Renovate
# Following files should be owned by everyone
Expand Down
21 changes: 21 additions & 0 deletions .github/workflows/lint_pr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: "Lint PR"

on:
pull_request_target:
types:
- opened
- edited
- synchronize
- reopened

permissions:
pull-requests: read

jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,26 +70,26 @@
},
"devDependencies": {
"@actions/core": "^1.11.1",
"@babel/core": "^7.25.8",
"@babel/preset-env": "^7.25.8",
"@babel/preset-typescript": "^7.25.7",
"@babel/core": "^7.25.9",
"@babel/preset-env": "^7.25.9",
"@babel/preset-typescript": "^7.25.9",
"@cucumber/cucumber": "^10.9.0",
"@cybozu/eslint-config": "^24.0.0-beta.0",
"@cybozu/license-manager": "^1.2.1",
"@octokit/rest": "^20.1.1",
"@types/jest": "^29.5.13",
"@types/node": "^18.19.57",
"@types/node": "^18.19.58",
"@types/rollup-plugin-auto-external": "^2.0.5",
"@types/yargs": "^17.0.33",
"@vercel/ncc": "^0.38.2",
"ajv": "^8.17.1",
"allure-commandline": "^2.30.0",
"allure-commandline": "^2.31.0",
"allure-cucumberjs": "^2.15.1",
"allure-jest": "^3.0.5",
"allure-js-commons": "^3.0.5",
"babel-jest": "^29.7.0",
"cross-env": "^7.0.3",
"eslint": "^9.12.0",
"eslint": "^9.13.0",
"glob": "^10.4.5",
"jest": "^29.7.0",
"npm-run-all": "^4.1.5",
Expand Down
Loading

0 comments on commit cfb61ca

Please sign in to comment.