diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml deleted file mode 100644 index 2d32fc3011..0000000000 --- a/.github/workflows/labeler.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: Pull request labeler -on: - schedule: - - cron: '0/15 * * * *' - -permissions: - issues: write - -jobs: - labeler: - runs-on: ubuntu-latest - steps: - - uses: paulfantom/periodic-labeler@v0.0.2 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - GITHUB_REPOSITORY: ${{ github.repository }} - LABEL_MAPPINGS_FILE: ci/labeler.yml diff --git a/ci/labeler.yml b/ci/labeler.yml deleted file mode 100644 index def6a2b7b4..0000000000 --- a/ci/labeler.yml +++ /dev/null @@ -1,11 +0,0 @@ -documentation: - - docs/* - - assets/* - -automation: - - ci/* - - .github/workflows/* - -localization: - - assets/store_descriptions/*/strings.xml - - mobile/src/*/res/values-*/strings.xml