diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2022-12-27 14:36:33 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2022-12-27 14:36:33 +0900 |
| commit | 9384f5399da39e53855beb8e7f8ded1aa56bf72e (patch) | |
| tree | ce5959571a981b9c4047da3c7b3fd080aa44222c /.github | |
| parent | wip: retention for dashboard (diff) | |
| download | sharkey-9384f5399da39e53855beb8e7f8ded1aa56bf72e.tar.gz sharkey-9384f5399da39e53855beb8e7f8ded1aa56bf72e.tar.bz2 sharkey-9384f5399da39e53855beb8e7f8ded1aa56bf72e.zip | |
rename: client -> frontend
Diffstat (limited to '.github')
| -rw-r--r-- | .github/dependabot.yml | 2 | ||||
| -rw-r--r-- | .github/labeler.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/lint.yml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2625cf75d3..0d287327a7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -16,7 +16,7 @@ updates: interval: daily open-pull-requests-limit: 0 - package-ecosystem: npm - directory: "/packages/client" + directory: "/packages/frontend" schedule: interval: daily open-pull-requests-limit: 0 diff --git a/.github/labeler.yml b/.github/labeler.yml index 98f1d2e383..b4fd0dd5df 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -2,7 +2,7 @@ - packages/backend/**/* '🖥️Client': -- packages/client/**/* +- packages/frontend/**/* '🧪Test': - cypress/**/* diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index b5c801c642..a0e84a0985 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -30,7 +30,7 @@ jobs: matrix:
workspace:
- backend
- - client
+ - frontend
- sw
steps:
- uses: actions/checkout@v2
|