mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-02 19:50:15 +08:00
Create PR for contributors SVG
This commit is contained in:
parent
ea3b7ed9dd
commit
c51df752a1
10
.github/workflows/contributors.yml
vendored
10
.github/workflows/contributors.yml
vendored
@ -15,3 +15,13 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
svgPath: website/static/img/contributors.svg
|
svgPath: website/static/img/contributors.svg
|
||||||
|
|
||||||
|
- name: Create Pull Request
|
||||||
|
uses: peter-evans/create-pull-request@v4
|
||||||
|
with:
|
||||||
|
commit-message: "chore: update contributors.svg"
|
||||||
|
add-paths: "website/static/img/contributors.svg"
|
||||||
|
title: Update Contributors Image
|
||||||
|
body: Generated new image
|
||||||
|
branch: update-contributors
|
||||||
|
delete-branch: true
|
||||||
|
Loading…
Reference in New Issue
Block a user