From 435e77f2172600d3c477d74c0b170bf8b7c5a4a0 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: Fri, 21 Nov 2025 22:44:40 +0200 Subject: [PATCH] Fix indentation in restrict-pr-authors.yaml --- .github/workflows/restrict-pr-authors.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/restrict-pr-authors.yaml b/.github/workflows/restrict-pr-authors.yaml index 265e43353..006ea2b2e 100644 --- a/.github/workflows/restrict-pr-authors.yaml +++ b/.github/workflows/restrict-pr-authors.yaml @@ -39,7 +39,7 @@ jobs: - name: Check PR Author uses: actions/github-script@v7 with: - github-token: ${{ secrets.PR_CLOSE_TOKEN }} # 👈 ضروري + github-token: ${{ secrets.PR_CLOSE_TOKEN }} script: | const allowed = ["ahmad-samir", "moutazmuhammad"]; const author = context.payload.pull_request.user.login;