diff --git a/.github/workflows/opened-pr-notification-on-slack.yml b/.github/workflows/opened-pr-notification-on-slack.yml index c4723e2d..eeeb033e 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, ready_for_review, review_requested] jobs: notify-slack: 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 +