mirror of
https://github.com/wavetermdev/wails.git
synced 2026-08-05 13:53:43 -07:00
Update generate-contributors.yml
This commit is contained in:
@@ -36,3 +36,14 @@ jobs:
|
||||
new_branch: "chore/update-contributors-svg"
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Create Pull Request
|
||||
uses: peter-evans/create-pull-request@v5
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
commit-message: "chore(workflow): update contributors image"
|
||||
title: "chore(workflow): update contributors image"
|
||||
body: "This PR was automatically generated by a GitHub workflow"
|
||||
branch: chore/update-contributors-svg
|
||||
base: master
|
||||
labels: "chore, workflow"
|
||||
|
||||
Reference in New Issue
Block a user