generated from trueberryless-org/template-blazor-mysql
-
-
Notifications
You must be signed in to change notification settings - Fork 10
30 lines (28 loc) · 1 KB
/
generate-readme-tree.yaml
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
name: Add tree changes
on:
push:
branches: [main]
jobs:
commit-tree-changes:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Write tree outputs to README.md
uses: shirakiya/readme-tree-writer@v2
with:
config_path: .github/readmetreerc.yaml
- name: Create Pull Request
uses: peter-evans/create-pull-request@v7
with:
token: ${{ secrets.PUBLIC_GITHUB_TOKEN }}
commit-message: "[ci] update tree"
committer: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
author: ${{ github.actor }} <${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com>
signoff: false
branch: ci-tree
delete-branch: true
title: "[ci] update tree"
body: "This PR was automatically created to update the project structure tree in every `README.md`."
labels: 🤖 bot
assignees: trueberryless
draft: false