From 0f63501f6ffaf03ab5bfd3d969fda2982e81efc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Gigandet?= Date: Mon, 28 Mar 2022 17:18:29 +0200 Subject: [PATCH] fix: remove Top 10 Issue github action - #6518 --- .github/workflows/top-issues.yml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 .github/workflows/top-issues.yml diff --git a/.github/workflows/top-issues.yml b/.github/workflows/top-issues.yml deleted file mode 100644 index 0c5172fbfa3d2..0000000000000 --- a/.github/workflows/top-issues.yml +++ /dev/null @@ -1,21 +0,0 @@ -name: Label Top Issues - -on: - schedule: - # every sunday at 23 - - cron: '0 23 * * 0' - - -jobs: - label_top_issues: - name: Label Top Issues - - runs-on: ubuntu-latest - steps: - - name: Label Issues - uses: adamzolyak/top-issues-action@master - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - TOP_NUMBER_OF_ISSUES: 10 - TOP_LABEL_NAME: "👍 Top 10 Issue!" - TOP_LABEL_COLOR: f442c2