Skip to content

Commit

Permalink
fixup! feat: update action conventional commits
Browse files Browse the repository at this point in the history
BREAKING CHANGE: `extends` key in config file is now used for extending other config files
NG-3232
  • Loading branch information
emanuelaepure10 committed Mar 6, 2024
1 parent 27f8fe6 commit c339384
Show file tree
Hide file tree
Showing 6 changed files with 44 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/workflows/action-conventional-commits-taskmedia.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/action-conventional-commits.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/check-commit-message.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/commit-quality-checker.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/commit_message.yml
Original file line number Diff line number Diff line change
@@ -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

Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/commitlint.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit c339384

Please sign in to comment.