From 31c2fccd289997d3182f2b4a8446ef147d49f5a6 Mon Sep 17 00:00:00 2001 From: "Sergey S. Betke" Date: Fri, 16 Jul 2021 20:52:42 +0300 Subject: [PATCH] test(git): :white_check_mark: Add commit linter as GitHub action #141 --- .github/workflows/commit-lint.yml | 19 +++++++++++++++++++ .vscode/cSpell.json | 1 + CHANGELOG.md | 7 +++++++ 3 files changed, 27 insertions(+) create mode 100644 .github/workflows/commit-lint.yml diff --git a/.github/workflows/commit-lint.yml b/.github/workflows/commit-lint.yml new file mode 100644 index 00000000..19fd4bb9 --- /dev/null +++ b/.github/workflows/commit-lint.yml @@ -0,0 +1,19 @@ +name: Lint Commit Messages + +on: + pull_request: + +permissions: + actions: read + contents: read + +jobs: + commitlint: + runs-on: ubuntu-latest + steps: + - name: Checkout repository + uses: actions/checkout@v2.3.4 + with: + fetch-depth: 0 + + - uses: wagoid/commitlint-github-action@v4 diff --git a/.vscode/cSpell.json b/.vscode/cSpell.json index 64b8e5b2..00e5cd9c 100644 --- a/.vscode/cSpell.json +++ b/.vscode/cSpell.json @@ -88,6 +88,7 @@ "unexisting", "VCARD", "Veyor", + "wagoid", "xforms", "xlink" ], diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e4b4390..1e1b3ef6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ ## Неопубликованные изменения (не вошедшие в релиз) +## 2.8.8 + +### Новые возможности + +- добавлена проверка комментариев к commit для запросов слияния + [#141](https://github.com/test-st-petersburg/DocTemplates/issues/141) + ## 2.8.7 Исправлены ошибки: