From 1ecade2729fada3a385fc76128b134c52a1a8aff Mon Sep 17 00:00:00 2001 From: Siddhartha Dhiman Date: Fri, 3 Nov 2023 12:27:47 -0400 Subject: [PATCH] Enable pre-commit autofixes --- .github/workflows/pydesigner_ci.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/pydesigner_ci.yml b/.github/workflows/pydesigner_ci.yml index 5eafe0d..cb3ba66 100644 --- a/.github/workflows/pydesigner_ci.yml +++ b/.github/workflows/pydesigner_ci.yml @@ -20,9 +20,8 @@ jobs: pre-commit_version: latest python_version: 3.8 system: true - # - name: Auto-commit changed files - # uses: stefanzweifel/git-auto-commit-action@v5 - # with: - # commit_message: "Pre-commit fixes" - - \ No newline at end of file + - name: Auto-commit changed files + uses: stefanzweifel/git-auto-commit-action@v5 + with: + commit_message: "Pre-commit fixes" + tokem: ${{ secrets.GH_BRIDGE_PAT }}