From 3f8064d46cdae2674b39842563960394c50d9271 Mon Sep 17 00:00:00 2001 From: "harshitha.d" Date: Wed, 7 May 2025 18:57:28 +0530 Subject: [PATCH 1/2] Add checksum for secrets-scan.yml to .talismanrc fileignoreconfig --- .talismanrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.talismanrc b/.talismanrc index b604b51..8dc2dcc 100644 --- a/.talismanrc +++ b/.talismanrc @@ -352,4 +352,6 @@ fileignoreconfig: checksum: f38789fb171166354dd1bc452d4a137af4232465356662dce2bdbde352074d6f - filename: tests/unit/delivery_token/test_delivery_token_unit.py checksum: c7323b95249759bc67c33d3a89d3d2e8b3ed3d146b944682d451ebebe22567c0 +- filename: .github/workflows/secrets-scan.yml + checksum: d79ec3f3288964f7d117b9ad319a54c0ebc152e35f69be8fde95522034fdfb2a version: "" \ No newline at end of file From 665f614c045d30422068ef725fbcc37e93ee61ef Mon Sep 17 00:00:00 2001 From: sunil-lakshman <104969541+sunil-lakshman@users.noreply.github.com> Date: Mon, 12 May 2025 15:07:20 +0530 Subject: [PATCH 2/2] Updated author name --- contentstack_management/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contentstack_management/__init__.py b/contentstack_management/__init__.py index 5ce8d29..c7f3b9e 100644 --- a/contentstack_management/__init__.py +++ b/contentstack_management/__init__.py @@ -69,7 +69,7 @@ ) __title__ = 'contentstack-management-python' -__author__ = 'ishaileshmishra' +__author__ = 'dev-ex' __status__ = 'debug' __region__ = 'na' __version__ = '1.3.3'