From c51df752a19561397dbae0adc31d5b317bc63faf Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Mon, 3 Apr 2023 08:37:46 +1000 Subject: [PATCH] Create PR for contributors SVG --- .github/workflows/contributors.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/contributors.yml b/.github/workflows/contributors.yml index 6c0a5b740..5b4f35441 100644 --- a/.github/workflows/contributors.yml +++ b/.github/workflows/contributors.yml @@ -15,3 +15,13 @@ jobs: with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} 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