diff --git a/.github/labeler.yml b/.github/labeler.yml deleted file mode 100644 index 4962b4beb7..0000000000 --- a/.github/labeler.yml +++ /dev/null @@ -1,18 +0,0 @@ -actions: - - .github/workflows/**/* - -firebase: - - packages/firebase/**/* - -web: - - packages/web/**/* - -types: - - packages/types/**/* - -app: - - packages/app/**/* - -admin: - - packages/admin/**/* - - packages/firebase/functions/src/core/admin/**/* \ No newline at end of file diff --git a/.github/labels.json b/.github/labels.json deleted file mode 100644 index 68ac30dd93..0000000000 --- a/.github/labels.json +++ /dev/null @@ -1,69 +0,0 @@ -[ - { - "name": "firebase", - "color": "5319E7", - "description": "The item is related to the firebase code" - }, - { - "name": "admin", - "color": "5319E7", - "description": "The item is related to the admin frontend or backend code" - }, - { - "name": "app", - "color": "0E8A16", - "description": "The item is related to the app code" - }, - { - "name": "web", - "color": "FBCA04", - "description": "The item is related to the web app code" - }, - { - "name": "types", - "color": "0052CC", - "description": "The item is related to the types code" - }, - { - "name": "tests", - "color": "006B75", - "description": "The item is related to the tests code" - }, - { - "name": "actions", - "color": "FBCA04", - "description": "The item is related to the actions code" - }, - - { - "name": "bug", - "color": "B60205", - "description": "The item fixes bug or is bug report" - }, - { - "name": "feature", - "color": "C5DEF5", - "description": "The item is about new feature" - }, - { - "name": "enhancement", - "color": "C2E0C6", - "description": "The item is enhancement to the development experience, user experience or speed optimization" - }, - - { - "name": "priority:low", - "color": "D4C5F9", - "description": "The item is with low priority" - }, - { - "name": "priority:normal", - "color": "1D76DB", - "description": "The item is with normal priority" - }, - { - "name": "priority:high", - "color": "B60205", - "description": "The item is with high priority" - } -] \ No newline at end of file diff --git a/.github/workflows/label-labeler.yml b/.github/workflows/label-labeler.yml deleted file mode 100644 index a4ea44c5a5..0000000000 --- a/.github/workflows/label-labeler.yml +++ /dev/null @@ -1,11 +0,0 @@ -name: "Pull Request Labeler" -on: pull_request - -jobs: - labels: - runs-on: ubuntu-latest - steps: - - uses: actions/labeler@main - with: - repo-token: "${{ secrets.GITHUB_TOKEN }}" - sync-babels: true \ No newline at end of file diff --git a/.github/workflows/label-sync.yml b/.github/workflows/label-sync.yml deleted file mode 100644 index af0dfd5fbd..0000000000 --- a/.github/workflows/label-sync.yml +++ /dev/null @@ -1,11 +0,0 @@ -on: workflow_dispatch -name: Sync the labels -jobs: - labels: - name: LabelSync - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@1.0.0 - - uses: lannonbr/issue-label-manager-action@2.0.0 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file