From b67d1e72a78a2daf801dc3001b49d1dfc7f7dc2a Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Wed, 12 Apr 2023 08:41:28 +1000 Subject: [PATCH] Update generate-contributors.yml --- .github/workflows/generate-contributors.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/generate-contributors.yml b/.github/workflows/generate-contributors.yml index f6cad9441..c50b41444 100644 --- a/.github/workflows/generate-contributors.yml +++ b/.github/workflows/generate-contributors.yml @@ -26,13 +26,4 @@ jobs: closeDelimiter: '' path: website/src/pages/credits.mdx body: '${{steps.contributors.outputs.htmlTable}}' - - - name: Create Pull Request - uses: peter-evans/create-pull-request@v4 - with: - commit-message: "chore: update contributors.svg" - add-paths: "website/src/pages/credits.mdx" - title: Update Contributors Image - body: Generated new image branch: chore/update-contributors - delete-branch: true