Skip to content

Update sponsors

Update sponsors #189

Workflow file for this run

name: Update sponsors
on:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:
permissions:
contents: write
pull-requests: write
jobs:
update-readme:
runs-on: ubuntu-latest
steps:
- name: Checkout repository # zizmor: ignore[artipacked]
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: Update README and create PR
uses: pawamoy/readme-insert@1e75dd3847516122fd1e999c544d21c5c94bb25a # 1.0.0
with:
markup-url: https://pawamoy.github.io/sponsors.txt
start-marker: '<!-- sponsors-start -->'
end-marker: '<!-- sponsors-end -->'
commit-message: 'chore: Update sponsors section in README'
pr-title: 'chore: Update sponsors section in README'
pr-body: 'This PR updates the sponsors section in the README file.'