From 7ab11e1f25953a40f3eff8bb72f678f7480ceec6 Mon Sep 17 00:00:00 2001 From: mueller-ma Date: Wed, 12 Jun 2024 20:52:34 +0200 Subject: [PATCH] Remove issue/PR labeler This action is outdated and doesn't work anymore. Signed-off-by: mueller-ma --- .github/workflows/labeler.yml | 17 ----------------- ci/labeler.yml | 11 ----------- 2 files changed, 28 deletions(-) delete mode 100644 .github/workflows/labeler.yml delete mode 100644 ci/labeler.yml 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