Skip to content

Commit

Permalink
Update configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-bot authored Nov 15, 2023
1 parent 3554f46 commit 7cb33a8
Show file tree
Hide file tree
Showing 4 changed files with 67 additions and 63 deletions.
115 changes: 59 additions & 56 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 6 additions & 5 deletions conf/cmi/config_ignore.settings.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
_core:
default_config_hash: UVH1aJ4b44UM-VdPVN7hNNuuVqfReJxwfVeDQH1Hvsk
mode: simple
ignored_config_entities:
- 'system.site:page.front'
- 'hdbt_admin_tools.site_settings:site_settings'
- 'hdbt_admin_tools.site_settings:footer_settings'
- 'easy_breadcrumb.settings:home_segment_title'
- block.block.ibmchatapp
- block.block.ibmchatapp_neuvonta_en
- block.block.ibmchatapp_neuvonta_fi
- block.block.ibmchatapp_neuvonta_sv
- block.block.ibmchatapp_neuvonta_en
- block.block.ibmchatapp_watson_talpa
- 'easy_breadcrumb.settings:home_segment_title'
- 'hdbt_admin_tools.site_settings:footer_settings'
- 'hdbt_admin_tools.site_settings:site_settings'
- 'system.site:page.front'
1 change: 0 additions & 1 deletion conf/cmi/core.extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ module:
breakpoint: 0
ckeditor: 0
config: 0
config_filter: 0
config_ignore: 0
config_rewrite: 0
config_translation: 0
Expand Down
3 changes: 2 additions & 1 deletion tools/commit-msg
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@
# feature/PROJECT-1234-test-test
# PROJECT-1234-test-test
# PROJECT-1234_test_test
# fixup! (for git rebase --autosquash)
id=$(echo `git rev-parse --abbrev-ref HEAD` | sed -nE 's|([a-z]+/)?([A-Z]+-[0-9]+)(-.+)?(_.+)?|\2|p')
COMMIT_MESSAGE=$(cat $1)

# Only prepare commit message if pattern matched and Jira ID was found and
# message doesn't contain Jira ID already.
if [[ ! -z $id ]] && [[ $COMMIT_MESSAGE != $id* ]]; then
if [[ ! -z $id ]] && [[ $COMMIT_MESSAGE != $id* ]] && [[ $COMMIT_MESSAGE != "fixup!"* ]]; then
# $1 is the name of the file containing the commit message
# Prepend "ABCD-123: "
sed -i.bak -E "1s/^/${id}: /" $1
Expand Down

0 comments on commit 7cb33a8

Please sign in to comment.