From 1b9196475174bd3e0455d31d9539c70c33e22387 Mon Sep 17 00:00:00 2001 From: christophe-duc Date: Wed, 7 Jan 2026 15:46:34 -0400 Subject: [PATCH] Remove sponsors workflow --- .github/workflows/sponsors.yml | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 .github/workflows/sponsors.yml diff --git a/.github/workflows/sponsors.yml b/.github/workflows/sponsors.yml deleted file mode 100644 index 410fc1eb..00000000 --- a/.github/workflows/sponsors.yml +++ /dev/null @@ -1,28 +0,0 @@ -# see https://github.com/JamesIves/github-sponsors-readme-action -name: Generate Sponsors README -on: - push: - branches: - - master -jobs: - deploy: - runs-on: ubuntu-latest - steps: - - name: Checkout 🛎️ - uses: actions/checkout@v3 - - - name: Generate Sponsors 💖 - uses: JamesIves/github-sponsors-readme-action@v1.2.2 - with: - token: ${{ secrets.TOKEN_GITHUB }} - file: "README.md" - if: ${{ github.repository == 'christophe-duc/lazypodman' }} - - - name: Create Pull Request 🚀 - uses: peter-evans/create-pull-request@v6 - with: - commit-message: "README.md: Update Sponsors" - title: "README.md: Update Sponsors" - author: "github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>" - labels: "ignore-for-release" - delete-branch: true