Fix indentation in restrict-pr-authors.yaml

This commit is contained in:
شركة خبير المحدودة 2025-11-21 22:44:40 +02:00 committed by GitHub
parent 4229f6ae4e
commit 435e77f217
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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;