From 60045071ad88214ab13c5c3a3f6a9662257fa446 Mon Sep 17 00:00:00 2001 From: Mykhailo Nikiforov Date: Tue, 18 Jun 2024 15:09:34 +0300 Subject: [PATCH] feact(ci): update tf-docs and megalinter flows --- .gitea/workflows/sec-megalinter.yml | 2 +- .gitea/workflows/tf-docs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/sec-megalinter.yml b/.gitea/workflows/sec-megalinter.yml index 546df44..8af7696 100644 --- a/.gitea/workflows/sec-megalinter.yml +++ b/.gitea/workflows/sec-megalinter.yml @@ -102,6 +102,6 @@ jobs: uses: stefanzweifel/git-auto-commit-action@v4 with: branch: ${{ github.event.pull_request.head.ref || github.head_ref || github.ref }} - commit_message: "[MegaLinter] Apply linters fixes" + commit_message: "feat(linter): apply linters fixes" commit_user_name: Gitea Bot commit_user_email: bot@git.palkoi.net diff --git a/.gitea/workflows/tf-docs.yml b/.gitea/workflows/tf-docs.yml index 35a6751..436937d 100644 --- a/.gitea/workflows/tf-docs.yml +++ b/.gitea/workflows/tf-docs.yml @@ -35,7 +35,7 @@ jobs: uses: stefanzweifel/git-auto-commit-action@v4 with: branch: ${{ github.event.pull_request.head.ref || github.head_ref || github.ref }} - commit_message: "[MegaLinter] Apply linters fixes" + commit_message: "docs(tf-docs): update docs" commit_user_name: Gitea Bot commit_user_email: bot@git.palkoi.net # - name: Push updated README.md