Skip to content

Commit

Permalink
Merge pull request #123 from tokku5552/release/gha_20230707152458
Browse files Browse the repository at this point in the history
[bot(create_release_pr)]: created at 20230707152458
  • Loading branch information
tokku5552 authored Jul 7, 2023
2 parents fb7c856 + e04f440 commit a89a4d4
Show file tree
Hide file tree
Showing 4 changed files with 701 additions and 618 deletions.
26 changes: 26 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
cicd:
- github/workflows/**/*
code:
- src/**/*
- package.json
- yarn.lock
config:
- .vscode/**/*
- .eslintrc.json
- .eslintignore
- .prettierrc
- .prettierignore
- .gitignore
- jest.config.js
- webpack/**/*
- renovate.json
- tsconfig.json
public:
- public/**/*
documentation:
- README.md
- LICENSE
- docs/**/*
dependencies:
- package.json
- yarn.lock
11 changes: 11 additions & 0 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: labeler
on:
pull_request:

jobs:
label:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@types/chrome": "0.0.239",
"@types/chrome": "0.0.240",
"@types/jest": "^29.2.4",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
Expand Down Expand Up @@ -62,6 +62,7 @@
"webpack-merge": "^5.8.0"
},
"resolutions": {
"terser": "^5.16.1"
"terser": "^5.16.1",
"semver": "^7.5.2"
}
}
Loading

0 comments on commit a89a4d4

Please sign in to comment.