forked from runtipi/runtipi-appstore
-
Notifications
You must be signed in to change notification settings - Fork 0
32 lines (27 loc) · 806 Bytes
/
readme-generator.yml
File metadata and controls
32 lines (27 loc) · 806 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
27
28
29
30
31
32
name: Readme Generator
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * 1'
jobs:
generate-readme-file:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: Install Bun
uses: oven-sh/setup-bun@v2
- name: Generate new README.md file
run: bun .github/scripts/readme-generator.ts
- name: Create Pull Request
uses: peter-evans/create-pull-request@v8
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: |
docs: regenerate readme app list
committer: GitHub <noreply@github.com>
author: GitHub <noreply@github.com>
branch: bot/readme-update
title: |
readme-generator: update readme
labels: bot