From 725244c28e9752bf0fe99de5eb36a89d214583aa Mon Sep 17 00:00:00 2001 From: Chris Titus Date: Wed, 18 Feb 2026 10:52:46 -0600 Subject: [PATCH] change to issue pr --- .github/workflows/sponsors.yaml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/workflows/sponsors.yaml b/.github/workflows/sponsors.yaml index f6bf37b6..93007dfc 100644 --- a/.github/workflows/sponsors.yaml +++ b/.github/workflows/sponsors.yaml @@ -19,9 +19,13 @@ jobs: token: ${{ secrets.PAT }} file: 'README.md' - - name: Deploy to GitHub Pages 🚀 - uses: JamesIves/github-pages-deploy-action@v4 + - name: Create Pull Request 🚀 + uses: peter-evans/create-pull-request@v6 with: token: ${{ secrets.PAT }} - branch: main - folder: '.' + commit-message: 'Update sponsors in README' + title: 'chore: Update Sponsors README' + body: 'Automated update of sponsors section' + branch: sponsors-update + delete-branch: true + labels: automated