Skip to content

Commit

Permalink
refactor: remove conventional commits scope check
Browse files Browse the repository at this point in the history
  • Loading branch information
gligneul committed Sep 19, 2023
1 parent 292ff68 commit 0e6aee3
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 58 deletions.
40 changes: 0 additions & 40 deletions .github/.check_scopes.lua

This file was deleted.

8 changes: 0 additions & 8 deletions .github/.scopes.txt

This file was deleted.

6 changes: 0 additions & 6 deletions .github/workflows/commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,3 @@ jobs:
uses: cocogitto/cocogitto-action@v3
with:
check-latest-tag-only: true

- name: Install Lua
uses: leafo/gh-actions-lua@v10

- name: Check scopes
run: lua .github/.check_scopes.lua
5 changes: 1 addition & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,8 @@ If there's a breaking change in this commit, add a `!` to the end of the type, e

#### Scope

For information on the scopes of this repository, check the [scopes](.github/.scopes.txt) file for the full list of acceptable scopes.

The scope is optional, although highly recommended.
However, if you choose to add a scope, it **must** be one of the listed on the file.

It should describe which part of the repository you are changing; for instance, the module name.

#### Subject

Expand Down

0 comments on commit 0e6aee3

Please sign in to comment.