Skip to content

Commit

Permalink
Merge pull request #111 from 2rabs/rt/rename-to-website
Browse files Browse the repository at this point in the history
refactor: frontend -> website
  • Loading branch information
tatsutakein authored Feb 29, 2024
2 parents 6f49cd4 + 520b430 commit 85a01f6
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 62 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @2rabs/nito-frontend-maintainers @nito-bot[bot]
* @2rabs/nito-website-maintainers @nito-bot[bot]
37 changes: 21 additions & 16 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,29 @@
# noinspection YAMLSchemaValidation
version: 1

labels:
# Type labels
- label: "@type/feature"
title: '^(:sparkles:|:tada:|:art:).*'
- label: "@type/improve"
title: '^(:\+1:|:recycle:|:rocket:).*'
- label: "@type/fix"
title: '^:bug:.*'
- label: "@type/docs"
title: '^:books:.*'
files:
- "docs/.+"
- label: "@type/build"
title: '^(:wrench:|:up:).*'
files:
- "**/package.json"
- ".tool-versions"
- "tools/.+"
title: '^build(?:\(.+\))?\!?:'

- label: "@type/ci"
title: '^:green_heart:.*'
title: '^ci(?:\(.+\))?\!?:'
files:
- '\.github/.+'
- "scripts/.+"
- "tools/.+"

- label: "@type/docs"
title: '^docs(?:\(.+\))?\!?:'
files:
- "docs/.+"
- "**/README.md$"

- label: "@type/feature"
title: '^feat(?:\(.+\))?\!?:'

- label: "@type/fix"
title: '^fix(?:\(.+\))?\!?:'

- label: "@type/improve"
title: '^(style|refactor|perf)(?:\(.+\))?\!?:'
44 changes: 0 additions & 44 deletions .github/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,47 +60,3 @@

- name: "@type/improve"
color: "ededed"

# Top Package labels
- name: "@apps/backend"
color: "e261d6"
description: "Backend development"

- name: "@apps/frontend"
color: "f89c0f"
description: "Frontend development"

# Core Package labels
- name: "@core/common"
color: "e99695"

- name: "@core/data"
color: "50D413"

- name: "@core/database"
color: "88651D"

- name: "@core/datastore"
color: "1997D2"

- name: "@core/designsystem"
color: "936116"

- name: "@core/domain"
color: "DC79FD"

- name: "@core/model"
color: "D1A70E"

- name: "@core/network"
color: "630D81"

- name: "@core/testing"
color: "29033D"

# Feature Package labels
- name: "@feature/top"
color: "c22752"

- name: "@feature/auth"
color: "48360E"
2 changes: 1 addition & 1 deletion src/components/Footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const currentYear = new Date().getFullYear();

<footer>
<div class="group">
<p>&copy; {currentYear} @2rabs/nito-frontend-maintainers</p>
<p>&copy; {currentYear} @2rabs/nito-website-maintainers</p>
</div>
<p class="socials">
<a href="https://github.com/2rabs/nito.club"> GitHub</a>
Expand Down

0 comments on commit 85a01f6

Please sign in to comment.