-
-
Notifications
You must be signed in to change notification settings - Fork 0
26 lines (23 loc) · 709 Bytes
/
sponsors.yml
File metadata and controls
26 lines (23 loc) · 709 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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.'