From 206e6b6305cd3bfa00d5d0e49b9b8c541e5873ae Mon Sep 17 00:00:00 2001 From: d064310 Date: Thu, 25 Jul 2024 15:02:25 +0200 Subject: [PATCH] chore(workflow): remove automatic application of license check --- .github/workflows/ci-checks.yaml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/ci-checks.yaml b/.github/workflows/ci-checks.yaml index fc65305d0..412ab123a 100644 --- a/.github/workflows/ci-checks.yaml +++ b/.github/workflows/ci-checks.yaml @@ -54,16 +54,6 @@ jobs: config: .github/licenserc.yaml mode: fix - - name: Apply Changes - uses: EndBug/add-and-commit@v9 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - author_name: License Bot - author_email: license_bot@github.com - message: "chor(licenses): Automatic application of license header" - - allowed-licenses: needs: install-dependencies runs-on: ubuntu-latest