diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 60ef6af..bcf781b 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -* @2rabs/nito-frontend-maintainers @nito-bot[bot] +* @2rabs/nito-website-maintainers @nito-bot[bot] diff --git a/.github/labeler.yml b/.github/labeler.yml index f30c133..6b07937 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -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)(?:\(.+\))?\!?:' diff --git a/.github/labels.yml b/.github/labels.yml index b2453f1..e0fe91a 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -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" diff --git a/src/components/Footer.astro b/src/components/Footer.astro index e80a18e..dfa00ed 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -4,7 +4,7 @@ const currentYear = new Date().getFullYear();