FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

chore: Prepare release 2.0.7 · mkdocstrings/python@624974a · GitHub

Update sponsors

Update sponsors #287

Workflow file for this run

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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
uses: actions/checkout@v4
- name: Update README and create PR
uses: pawamoy/readme-insert@main
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.'

Back | FazBrowse Home | New Git URL