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"