Skip to content

Commit

Permalink
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
ING-3232
  • Loading branch information
emanuelaepure10 committed Mar 6, 2024
1 parent 624bd33 commit 3e61a59
Show file tree
Hide file tree
Showing 7 changed files with 114 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/action-conventional-commits-taskmedia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,18 @@
# ING-3231
# success

# TEST 5
# feat(api)!: send an email to the customer when a product is shipped
# Introduce a request id and a reference to latest request. Dismiss
# incoming responses other than from latest request.
#
# Remove timeouts which were used to mitigate the racing issue but are
# obsolete now.
#
# Reviewed-by: Z
# Refs: #123
# success

name: Action Conventional Commits Taskmedia

on:
Expand Down
12 changes: 12 additions & 0 deletions .github/workflows/action-conventional-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,18 @@
# ING-3231
# success

# TEST 5
# feat(api)!: send an email to the customer when a product is shipped
# Introduce a request id and a reference to latest request. Dismiss
# incoming responses other than from latest request.
#
# Remove timeouts which were used to mitigate the racing issue but are
# obsolete now.
#
# Reviewed-by: Z
# Refs: #123
# success

name: Action Conventional Commits

on:
Expand Down
18 changes: 18 additions & 0 deletions .github/workflows/check-commit-message.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,24 @@
# ING-3232
# success

# TEST 4
# feat!: send an email to the customer when a product is shipped
# BREAKING CHANGE: `extends` key in config file is now used for extending other config files
# ING-3231
# fails

# TEST 5
# feat(api)!: send an email to the customer when a product is shipped
# Introduce a request id and a reference to latest request. Dismiss
# incoming responses other than from latest request.
#
# Remove timeouts which were used to mitigate the racing issue but are
# obsolete now.
#
# Reviewed-by: Z
# Refs: #123
# fails

name: Check Commit Message

on:
Expand Down
18 changes: 18 additions & 0 deletions .github/workflows/commit-quality-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,24 @@
# ING-3232
# fails

# TEST 4
# feat!: send an email to the customer when a product is shipped
# BREAKING CHANGE: `extends` key in config file is now used for extending other config files
# ING-3231
# fails

# TEST 5
# feat(api)!: send an email to the customer when a product is shipped
# Introduce a request id and a reference to latest request. Dismiss
# incoming responses other than from latest request.
#
# Remove timeouts which were used to mitigate the racing issue but are
# obsolete now.
#
# Reviewed-by: Z
# Refs: #123
# fails


name: Beams Commit Message Checker

Expand Down
18 changes: 18 additions & 0 deletions .github/workflows/commit_message.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,24 @@
# ING-3232
# fails

# TEST 4
# feat!: send an email to the customer when a product is shipped
# BREAKING CHANGE: `extends` key in config file is now used for extending other config files
# ING-3231
# fails

# TEST 5
# feat(api)!: send an email to the customer when a product is shipped
# Introduce a request id and a reference to latest request. Dismiss
# incoming responses other than from latest request.
#
# Remove timeouts which were used to mitigate the racing issue but are
# obsolete now.
#
# Reviewed-by: Z
# Refs: #123
# fails

name: Check Commit Message CUSTOM

on:
Expand Down
18 changes: 18 additions & 0 deletions .github/workflows/commitlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,24 @@
# ING-3232
# fails

# TEST 4
# feat!: send an email to the customer when a product is shipped
# BREAKING CHANGE: `extends` key in config file is now used for extending other config files
# ING-3231
# fails

# TEST 5
# feat(api)!: send an email to the customer when a product is shipped
# Introduce a request id and a reference to latest request. Dismiss
# incoming responses other than from latest request.
#
# Remove timeouts which were used to mitigate the racing issue but are
# obsolete now.
#
# Reviewed-by: Z
# Refs: #123
# fails

name: Commitlint

on:
Expand Down
18 changes: 18 additions & 0 deletions .github/workflows/gs-commit-message-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,24 @@
# ING-3232
# success

# TEST 4
# feat!: send an email to the customer when a product is shipped
# BREAKING CHANGE: `extends` key in config file is now used for extending other config files
# ING-3231
# fails

# TEST 5
# feat(api)!: send an email to the customer when a product is shipped
# Introduce a request id and a reference to latest request. Dismiss
# incoming responses other than from latest request.
#
# Remove timeouts which were used to mitigate the racing issue but are
# obsolete now.
#
# Reviewed-by: Z
# Refs: #123
# fails

name: 'GS Commit Message Checker'
on:
pull_request:
Expand Down

0 comments on commit 3e61a59

Please sign in to comment.