🔨 chore: update workflow

pull/55/head
canisminor1990 2023-04-26 01:01:23 +08:00
parent 8880ea1243
commit 4a5e3335c8
4 changed files with 125 additions and 84 deletions

27
.github/workflows/contributor-help.yml vendored Normal file
View File

@ -0,0 +1,27 @@
name: Contributor Helper
on:
schedule:
- cron: '0 0 * * *'
jobs:
contributor:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions-cool/contributor-helper@v1
with:
token: ${{ secrets.GH_TOKEN }}
update-files: 'README.md, README-zh_CN.md'
update-places: '<!-- CONTRIBUTION GROUP -->/<!-- CONTRIBUTION END -->, <!-- CONTRIBUTION GROUP -->/<!-- CONTRIBUTION END -->'
- name: Commit and push if changed
run: |-
git diff
git config --global user.email "actions@github.com"
git config --global user.name "github-actions"
git pull
git add -A
git commit -m "🤖 Auto update contributors" || exit 0
git push

View File

@ -78,7 +78,6 @@ Kitchen WebUI Setting
> 右上角 ⚙ 图标打开设置面板,当前可用设置如下
- **Sidebar**
- Default expand 默认展开: `true`
- Default width 默认宽度: `280`
@ -141,6 +140,14 @@ $ npm start
<br/>
## 🤝 参与贡献
<!-- CONTRIBUTION GROUP -->
<!-- CONTRIBUTION END -->
<br/>
## 🔗 链接
- stable-diffusion-webuihttps://github.com/AUTOMATIC1111/stable-diffusion-webui

View File

@ -45,7 +45,6 @@ English | [简体中文](./README-zh_CN.md)
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| last 2 versions | last 2 versions | last 2 versions |
> ⚠️ There is currently a known compatibility issue with styles on Firefox browser.
<br/>
@ -142,6 +141,14 @@ $ npm start
<br/>
## 🤝 Contributing
<!-- CONTRIBUTION GROUP -->
<!-- CONTRIBUTION END -->
<br/>
## 🔗 Credits
- stable-diffusion-webuihttps://github.com/AUTOMATIC1111/stable-diffusion-webui

File diff suppressed because one or more lines are too long