Marcin Smoczyński
|
f554354452
|
[EGD-5344] Fix commit subject check
Commit subject check run with CI was lacking check for:
- EGD identifier (any word was allowed),
- capital letter start.
|
2021-01-21 11:17:46 +01:00 |
|
Piotr Leniec
|
e63cb65ae9
|
[DW-31] Don't require commit subject to start with Add/Change/Fix
After the testing period we decided that the rule to start
a commit subject with Add/Change/Fix is overly restrictive.
|
2021-01-13 15:21:14 +01:00 |
|
Piotr Leniec
|
33ae5357e9
|
[DW-31] Add documentation link to the commit format error
Make sure that reference is easily accessible by printing the link to it
on commit message check failure.
|
2020-12-22 09:42:04 +01:00 |
|
piotrleniec-mudita
|
2695cc8304
|
[DW-31] Add commit message format checking on CI (#1201)
The changes include adding a custom github action and
integrating it into the main flow.
|
2020-12-16 14:01:50 +01:00 |
|