From 6dcbef38416aff96062495e6f0cacf005c5e9174 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D8=B4=D8=B1=D9=83=D8=A9=20=D8=AE=D8=A8=D9=8A=D8=B1=20?= =?UTF-8?q?=D8=A7=D9=84=D9=85=D8=AD=D8=AF=D9=88=D8=AF=D8=A9?= Date: Tue, 25 Nov 2025 09:16:14 +0200 Subject: [PATCH] Update github action file --- .github/workflows/restrict-pr-authors.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/restrict-pr-authors.yaml b/.github/workflows/restrict-pr-authors.yaml index b69e84eac..9dab35595 100644 --- a/.github/workflows/restrict-pr-authors.yaml +++ b/.github/workflows/restrict-pr-authors.yaml @@ -51,7 +51,9 @@ jobs: "ahmadaking", "kchyounes19", "abdurrahman-saber", - "maltayyar2" + "maltayyar2", + "esam-sermah", + "mohammed-alkhazrji" ]; const pr = context.payload.pull_request;