diff --git a/.github/ranger.yml b/.github/ranger.yml index b7be95d..ce275d7 100644 --- a/.github/ranger.yml +++ b/.github/ranger.yml @@ -27,3 +27,7 @@ commits: pattern: 'upgrade dep' labels: - maintenance + +sponsor_labels: + - sponsor + - priority:high diff --git a/.github/workflows/label-sponsors.yml b/.github/workflows/label-sponsors.yml deleted file mode 100644 index 8cf880d..0000000 --- a/.github/workflows/label-sponsors.yml +++ /dev/null @@ -1,14 +0,0 @@ -name: Label sponsors -on: - pull_request: - types: [opened] - issues: - types: [opened] -jobs: - build: - name: is-sponsor-label - runs-on: ubuntu-latest - steps: - - uses: JasonEtco/is-sponsor-label-action@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}