From 4520e549a722072aafce7dfc7df7e84de5cfbdb1 Mon Sep 17 00:00:00 2001 From: Varsha GS Date: Mon, 11 Aug 2025 15:46:30 +0530 Subject: [PATCH 1/2] tesing Signed-off-by: Varsha GS --- src/instana/hooks/hook_uwsgi.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/instana/hooks/hook_uwsgi.py b/src/instana/hooks/hook_uwsgi.py index 6287a9f9..6c9b371a 100644 --- a/src/instana/hooks/hook_uwsgi.py +++ b/src/instana/hooks/hook_uwsgi.py @@ -49,3 +49,4 @@ def uwsgi_handle_fork() -> None: "uwsgi hooks: decorators not available: likely not running under uWSGI" ) pass + From 56248a96e7a1727b75a784a2408fa9d6c2944fa2 Mon Sep 17 00:00:00 2001 From: Varsha GS Date: Mon, 11 Aug 2025 15:58:23 +0530 Subject: [PATCH 2/2] fix: stop notifying for draft PRs Signed-off-by: Varsha GS --- .github/workflows/opened-pr-notification-on-slack.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/opened-pr-notification-on-slack.yml b/.github/workflows/opened-pr-notification-on-slack.yml index c4723e2d..33b23d7f 100644 --- a/.github/workflows/opened-pr-notification-on-slack.yml +++ b/.github/workflows/opened-pr-notification-on-slack.yml @@ -6,7 +6,7 @@ permissions: on: pull_request: - types: [opened, reopened] + types: [opened, reopened, review_requested] jobs: notify-slack: