diff --git a/tests/ci/run_check.py b/tests/ci/run_check.py index 176a0f4d4c1..bcaefbce07a 100644 --- a/tests/ci/run_check.py +++ b/tests/ci/run_check.py @@ -34,6 +34,7 @@ TRUSTED_CONTRIBUTORS = {e.lower() for e in [ "bobrik", # Seasoned contributor, CloundFlare "BohuTANG", "codyrobert", # Flickerbox engineer + "cwurm", # Employee "damozhaeva", # DOCSUP "den-crane", "flickerbox-tom", # Flickerbox diff --git a/tests/ci/workflow_approve_rerun_lambda/app.py b/tests/ci/workflow_approve_rerun_lambda/app.py index 0c2768b9ac3..0f601f7f52a 100644 --- a/tests/ci/workflow_approve_rerun_lambda/app.py +++ b/tests/ci/workflow_approve_rerun_lambda/app.py @@ -61,6 +61,7 @@ TRUSTED_CONTRIBUTORS = {e.lower() for e in [ "bharatnc", # Newbie, but already with many contributions. "bobrik", # Seasoned contributor, CloundFlare "BohuTANG", + "cwurm", # Employee "damozhaeva", # DOCSUP "den-crane", "gyuton", # DOCSUP