Skip to content

Commit

Permalink
ci: accept prefix 'revert:' in PR titles (#2654)
Browse files Browse the repository at this point in the history
  • Loading branch information
Conaclos authored Apr 30, 2024
1 parent 520cef0 commit a7ffafb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pull_request_title_lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
perf
refactor
release
revert
test
# Configure that a scope must always be provided.
requireScope: false
Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ The following commit prefixes are supported:
- `perf:`, project performance
- `refactor:`, refactor of the code without change in functionality
- `release:`, release of a new version
- `revert:`, revert a previous change
- `test:`, a test update

Below are examples of well-formatted commits:
Expand Down

0 comments on commit a7ffafb

Please sign in to comment.