diff --git a/.github/labeler.yml b/.github/labeler.yml index 3456afa..7382b62 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,16 +1,15 @@ -documentation 📝: +type:docs: - "docs/**/*.md" - "community/**/*.md" - "ecosystem/**/*.md" -dependencies 📦: +area:dependencies: - "package.json" - "pnpm-lock.yaml" - "yarn.lock" -enhancement ✨: +type:maintenance: - "functions/**" - "src/**" - "lib/**" -maintenance 📈: - ".all-contributorsrc" - ".deepsource.toml" - ".editorconfig" @@ -33,16 +32,7 @@ maintenance 📈: - "crowdin.yml" - "netlify.toml" - "tsconfig.json" -i18n 🌐: - - "i18n/**" - - "docs/i18n/**" -annex 🌀: +area:annex: - "*" -#package 📦: -# - 'ecosystem/packages/**/*.md' -# - 'i18n/**/docusaurus-plugin-content-ecosystem/**/packages/**/*.md' -#plugin ⚙️: -# - 'ecosystem/plugins/**.md' -# - 'i18n/**/docusaurus-plugin-content-ecosystem/**/plugins/**/*.md' -ci 🤖: +area:ci: - ".github/workflows/*" diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 33e118e..c261e02 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -13,5 +13,5 @@ jobs: steps: - uses: actions/labeler@v4 with: - repo-token: "${{ secrets.GH_PAT }}" + repo-token: "${{ secrets.GITHUB_TOKEN }}" sync-labels: false