generated from zacheriahpotter/AgentGPT
-
-
Notifications
You must be signed in to change notification settings - Fork 0
29 lines (26 loc) · 887 Bytes
/
sponsors.yml
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
27
28
name: Generate Sponsors README
on:
workflow_dispatch:
schedule:
- cron: 0 0 * * *
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2
- name: Generate Sponsors 💖
uses: JamesIves/[email protected]
with:
token: ${{ secrets.SPONSOR_WORKFLOW_PAT }}
file: 'README.md'
minimum: 1399
- name: Create Pull Request
uses: peter-evans/[email protected]
with:
token: ${{ secrets.SPONSOR_WORKFLOW_PAT }}
branch: "workflow/sponsors"
title: "🤖 Update Sponsors"
commit-message: "🤖 Update Sponsors"
body: "🤖 Automated pull request created by [sponsors action](https://github.com/reworkd/AgentGPT/actions/workflows/sponsors.yml)"
labels: "documentation"