From d589e67272da966ac9fe0972d3f7983d5aeced29 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: Sat, 22 Nov 2025 02:43:58 +0200 Subject: [PATCH] Add 'expsa' to allowed PR authors list --- .github/workflows/restrict-pr-authors.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/restrict-pr-authors.yaml b/.github/workflows/restrict-pr-authors.yaml index 4bebfe235..71cda55b5 100644 --- a/.github/workflows/restrict-pr-authors.yaml +++ b/.github/workflows/restrict-pr-authors.yaml @@ -41,6 +41,7 @@ jobs: github-token: ${{ secrets.PR_CLOSE_TOKEN }} script: | const allowed = [ + "expsa", "moutazmuhammad", "ronozoro", "Abubaker-Altaib",