Skip to content

Commit

Permalink
chore(workflow): remove automatic application of license check
Browse files Browse the repository at this point in the history
  • Loading branch information
andypf committed Jul 25, 2024
1 parent 56cda15 commit 206e6b6
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/ci-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected]
message: "chor(licenses): Automatic application of license header"


allowed-licenses:
needs: install-dependencies
runs-on: ubuntu-latest
Expand Down

0 comments on commit 206e6b6

Please sign in to comment.