mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-03 06:20:48 +08:00
Update generate-contributors.yml
This commit is contained in:
parent
a7bf359930
commit
3a1aeaab94
8
.github/workflows/generate-contributors.yml
vendored
8
.github/workflows/generate-contributors.yml
vendored
@ -13,11 +13,11 @@ jobs:
|
|||||||
if: github.repository == 'wailsapp/wails'
|
if: github.repository == 'wailsapp/wails'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: wow-actions/contributors-list@v1
|
- uses: jaywcjlove/github-action-contributors@main
|
||||||
with:
|
with:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
filter-author: (renovate\[bot\]|renovate-bot|dependabot\[bot\])
|
||||||
svgPath: website/static/img/contributors.svg
|
output: website/static/img/contributors.svg
|
||||||
noCommit: true
|
avatarSize: 42
|
||||||
|
|
||||||
- name: Create Pull Request
|
- name: Create Pull Request
|
||||||
uses: peter-evans/create-pull-request@v4
|
uses: peter-evans/create-pull-request@v4
|
||||||
|
Loading…
Reference in New Issue
Block a user