This is an automated email from the ASF dual-hosted git repository.
pkarwasz pushed a commit to branch feat/dependabot-add-changelog
in repository https://gitbox.apache.org/repos/asf/logging-parent.git
The following commit(s) were added to refs/heads/feat/dependabot-add-changelog
by this push:
new bcba9c3 Sign commit
bcba9c3 is described below
commit bcba9c3deffb739f039200cb39e2a3f8d7397f32
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Mon Jun 16 17:14:11 2025 +0200
Sign commit
---
.github/workflows/process-dependabot-reusable.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/process-dependabot-reusable.yaml
b/.github/workflows/process-dependabot-reusable.yaml
index 7370c33..ac2a2c6 100644
--- a/.github/workflows/process-dependabot-reusable.yaml
+++ b/.github/workflows/process-dependabot-reusable.yaml
@@ -110,7 +110,7 @@ jobs:
git add src/changelog
git config user.name "ASF Logging Services RM"
git config user.email [email protected]
- git commit -m "$COMMIT_MSG"
+ git commit -S -m "$COMMIT_MSG"
git push origin
- name: Enable auto-merge on PR