Update generate-contributors.yml

This commit is contained in:
Lea Anthony
2023-04-15 20:40:45 +10:00
committed by GitHub
parent 03cef1887f
commit 67063d419c
@@ -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"