From dd0e4468bf6b112fa0d403665e2a35b66893452a Mon Sep 17 00:00:00 2001 From: heliocodacy <46491761+heliocodacy@users.noreply.github.com> Date: Thu, 6 Nov 2025 15:21:53 +0000 Subject: [PATCH 1/3] add slack token just for kicks --- python/person.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python/person.py b/python/person.py index 8af7e3f..4042b35 100644 --- a/python/person.py +++ b/python/person.py @@ -15,4 +15,5 @@ def get_name(self, user_id): if __name__ == '__main__': person = Person() print('User Abbas has been added with id ', person.set_name('Abbas')) - print('User associated with id 0 is ', person.get_name(0)) \ No newline at end of file + print('User associated with id 0 is ', person.get_name(0)) + slack_token = "xoxb-123456789012-1234567890123-abcdefghijklmnopqrstuvwx" \ No newline at end of file From 58f1ecc999ca81844f6f3dbbf354ebad3cf36532 Mon Sep 17 00:00:00 2001 From: heliocodacy <46491761+heliocodacy@users.noreply.github.com> Date: Thu, 6 Nov 2025 15:27:01 +0000 Subject: [PATCH 2/3] update pipeline --- .github/workflows/codacy.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/codacy.yml b/.github/workflows/codacy.yml index 425d73c..55729e1 100644 --- a/.github/workflows/codacy.yml +++ b/.github/workflows/codacy.yml @@ -7,9 +7,6 @@ on: - master pull_request: branches: [ '*' ] - paths: - - '*.json' - - '*.yaml' merge_group: types: - checks_requested # this is the one that's isn't triggering Codacy analysis From ba21077f5900c7c7b9bd3b21106dc094624b2416 Mon Sep 17 00:00:00 2001 From: heliocodacy <46491761+heliocodacy@users.noreply.github.com> Date: Thu, 6 Nov 2025 15:34:37 +0000 Subject: [PATCH 3/3] small changes --- python/person.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python/person.py b/python/person.py index 4042b35..076acc9 100644 --- a/python/person.py +++ b/python/person.py @@ -15,5 +15,4 @@ def get_name(self, user_id): if __name__ == '__main__': person = Person() print('User Abbas has been added with id ', person.set_name('Abbas')) - print('User associated with id 0 is ', person.get_name(0)) slack_token = "xoxb-123456789012-1234567890123-abcdefghijklmnopqrstuvwx" \ No newline at end of file