From 086953bbe949793b8a071a66b2d6a70e56361320 Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Mon, 3 Apr 2023 08:39:42 +1000 Subject: [PATCH] Do not directly commit contributors sag --- .github/workflows/contributors.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/contributors.yml b/.github/workflows/contributors.yml index 5b4f35441..90f96823e 100644 --- a/.github/workflows/contributors.yml +++ b/.github/workflows/contributors.yml @@ -15,6 +15,7 @@ jobs: with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} svgPath: website/static/img/contributors.svg + noCommit: true - name: Create Pull Request uses: peter-evans/create-pull-request@v4