mirror of
https://github.com/Lissy93/dashy.git
synced 2025-07-25 22:55:32 +02:00
Merge branch 'master' of github.com:Lissy93/dashy
This commit is contained in:
commit
31312a8af1
55
.github/workflows/repo-visualization.yml
vendored
55
.github/workflows/repo-visualization.yml
vendored
@ -10,11 +10,62 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@master
|
uses: actions/checkout@master
|
||||||
- name: Update diagram
|
|
||||||
|
- name: Generate File Structure Diagram
|
||||||
uses: githubocto/repo-visualizer@0.7.1
|
uses: githubocto/repo-visualizer@0.7.1
|
||||||
with:
|
with:
|
||||||
root_path: 'src/'
|
root_path: 'src/'
|
||||||
output_file: docs/assets/repo-visualization.svg
|
output_file: docs/assets/repo-visualization.svg
|
||||||
excluded_paths: dist,node_modules
|
excluded_paths: dist,node_modules
|
||||||
commit_message: ':yellow_heart: Updates repo diagram'
|
commit_message: ':yellow_heart: Updates repo diagram'
|
||||||
branch: master
|
branch: master
|
||||||
|
|
||||||
|
- name: Generate Repo Metrics
|
||||||
|
uses: lowlighter/metrics@latest
|
||||||
|
with:
|
||||||
|
token: ${{ secrets.BOT_GITHUB_TOKEN }}
|
||||||
|
committer_token: ${{ secrets.BOT_GITHUB_TOKEN }}
|
||||||
|
committer_branch: master
|
||||||
|
committer_message: ':purple_heart: Adds repo metrics'
|
||||||
|
filename: docs/assets/repo-metrics.*
|
||||||
|
template: classic
|
||||||
|
user: Lissy93
|
||||||
|
repo: dashy
|
||||||
|
delay: 5
|
||||||
|
|
||||||
|
- name: Generate License Metrics
|
||||||
|
uses: lowlighter/metrics@latest
|
||||||
|
with:
|
||||||
|
token: ${{ secrets.BOT_GITHUB_TOKEN }}
|
||||||
|
committer_token: ${{ secrets.BOT_GITHUB_TOKEN }}
|
||||||
|
committer_branch: master
|
||||||
|
committer_message: ':purple_heart: Adds license metrics'
|
||||||
|
filename: docs/assets/license-metrics.*
|
||||||
|
template: repository
|
||||||
|
user: Lissy93
|
||||||
|
repo: dashy
|
||||||
|
delay: 5
|
||||||
|
plugin_licenses: yes
|
||||||
|
plugin_licenses_setup: yarn build
|
||||||
|
plugin_licenses_ratio: yes
|
||||||
|
plugin_licenses_legal: yes
|
||||||
|
|
||||||
|
- name: Generate Contributor Metrics
|
||||||
|
uses: lowlighter/metrics@latest
|
||||||
|
with:
|
||||||
|
token: ${{ secrets.BOT_GITHUB_TOKEN }}
|
||||||
|
committer_token: ${{ secrets.BOT_GITHUB_TOKEN }}
|
||||||
|
committer_branch: master
|
||||||
|
committer_message: ':purple_heart: Adds contributor metrics'
|
||||||
|
filename: docs/assets/controbutor-metrics.*
|
||||||
|
user: Lissy93
|
||||||
|
repo: dashy
|
||||||
|
delay: 5
|
||||||
|
plugin_contributors: yes
|
||||||
|
plugin_contributors_base: ""
|
||||||
|
plugin_contributors_head: master
|
||||||
|
plugin_contributors_ignored: bot
|
||||||
|
plugin_contributors_contributions: yes
|
||||||
|
plugin_contributors_sections: contributors
|
||||||
|
|
||||||
|
|
||||||
|
30
.github/workflows/wiki-sync.yml
vendored
30
.github/workflows/wiki-sync.yml
vendored
@ -8,13 +8,23 @@ jobs:
|
|||||||
update-wiki:
|
update-wiki:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@master
|
- name: Checkout
|
||||||
- name: Sync Wiki
|
uses: actions/checkout@master
|
||||||
uses: joeizzard/action-wiki-sync@master
|
- name: Upload Docs to GH Wiki
|
||||||
with:
|
uses: docker://decathlon/wiki-page-creator-action:latest
|
||||||
username: example
|
env:
|
||||||
access_token: ${{ secrets.GITHUB_TOKEN }}
|
GH_PAT: ${{ secrets.BOT_GITHUB_TOKEN }}
|
||||||
wiki_folder: ./docs
|
ACTION_MAIL: alicia-gh-bot@mail.as93.net
|
||||||
commit_username: 'liss-bot'
|
ACTION_NAME: liss-bot
|
||||||
commit_email: 'liss-bot@d0h.co'
|
OWNER: Lissy93
|
||||||
commit_message: '📕 Chore: Sync Wiki'
|
REPO_NAME: Dashy
|
||||||
|
MD_FOLDER: docs/
|
||||||
|
# - name: Sync Wiki
|
||||||
|
# uses: joeizzard/action-wiki-sync@master
|
||||||
|
# with:
|
||||||
|
# username: example
|
||||||
|
# access_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
# wiki_folder: ./docs
|
||||||
|
# commit_username: 'liss-bot'
|
||||||
|
# commit_email: 'liss-bot@d0h.co'
|
||||||
|
# commit_message: '📕 Chore: Sync Wiki'
|
||||||
|
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 1.7 MiB After Width: | Height: | Size: 1.7 MiB |
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 69 KiB After Width: | Height: | Size: 69 KiB |
Loading…
x
Reference in New Issue
Block a user