diff --git a/.github/workflows/action-conventional-commits-taskmedia.yml b/.github/workflows/action-conventional-commits-taskmedia.yml index c387aa9..33a584f 100644 --- a/.github/workflows/action-conventional-commits-taskmedia.yml +++ b/.github/workflows/action-conventional-commits-taskmedia.yml @@ -1,4 +1,11 @@ # https://github.com/taskmedia/action-conventional-commits/tree/main + +# TEST 1 +# feat: update action conventional commits +# BREAKING CHANGE: `extends` key in config file is now used for extending other config files +# ING-3232 +# success + name: Action Conventional Commits Taskmedia on: diff --git a/.github/workflows/action-conventional-commits.yml b/.github/workflows/action-conventional-commits.yml index 5c87818..a429ab5 100644 --- a/.github/workflows/action-conventional-commits.yml +++ b/.github/workflows/action-conventional-commits.yml @@ -1,4 +1,12 @@ # https://github.com/webiny/action-conventional-commits + +# TEST 1 +# feat: update action conventional commits +# BREAKING CHANGE: `extends` key in config file is now used for extending other config files +# ING-3232 +# success + + name: Action Conventional Commits on: diff --git a/.github/workflows/check-commit-message.yml b/.github/workflows/check-commit-message.yml index fa85b93..505f3ff 100644 --- a/.github/workflows/check-commit-message.yml +++ b/.github/workflows/check-commit-message.yml @@ -1,4 +1,11 @@ # https://github.com/marketplace/actions/check-commit-message + +# TEST 1 +# feat: update action conventional commits +# BREAKING CHANGE: `extends` key in config file is now used for extending other config files +# ING-3232 +# success + name: Check Commit Message on: diff --git a/.github/workflows/commit-quality-checker.yml b/.github/workflows/commit-quality-checker.yml index 88021b2..4234dab 100644 --- a/.github/workflows/commit-quality-checker.yml +++ b/.github/workflows/commit-quality-checker.yml @@ -1,4 +1,12 @@ # https://github.com/marketplace/actions/commit-quality-checker + +# TEST 1 +# feat: update action conventional commits +# BREAKING CHANGE: `extends` key in config file is now used for extending other config files +# ING-3232 +# fails + + name: Beams Commit Message Checker on: diff --git a/.github/workflows/commit_message.yml b/.github/workflows/commit_message.yml index 25dfec2..0bf6d49 100644 --- a/.github/workflows/commit_message.yml +++ b/.github/workflows/commit_message.yml @@ -1,4 +1,10 @@ - # custom commit checker +# custom commit checker + +# TEST 1 +# feat: update action conventional commits +# BREAKING CHANGE: `extends` key in config file is now used for extending other config files +# ING-3232 +# fails name: Check Commit Message CUSTOM diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index 9fb2407..848bfa1 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -1,4 +1,11 @@ # + +# TEST 1 +# feat: update action conventional commits +# BREAKING CHANGE: `extends` key in config file is now used for extending other config files +# ING-3232 +# fails + name: Commitlint on: