Fix indentation in restrict-pr-authors.yaml
This commit is contained in:
parent
4229f6ae4e
commit
435e77f217
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue