From 67063d419c67785ac62d9ef80738253836f13369 Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Sat, 15 Apr 2023 20:40:45 +1000 Subject: [PATCH] Update generate-contributors.yml --- .github/workflows/generate-contributors.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/generate-contributors.yml b/.github/workflows/generate-contributors.yml index 66547506..e38cdc39 100644 --- a/.github/workflows/generate-contributors.yml +++ b/.github/workflows/generate-contributors.yml @@ -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"