This commit is contained in:
Laurent Destailleur (aka Eldy) 2024-12-08 16:01:45 +01:00
parent 21eca275e9
commit c3ede4413d

View File

@ -36,9 +36,9 @@ jobs:
echo "GITHUB_EVENT_PATH=$GITHUB_EVENT_PATH"
echo Get the pr_number
pr_number=$(jq --raw-output .number < $GITHUB_EVENT_PATH)
echo "pr_numer=$pr_number"
echo "pr_number=$pr_number"
echo Authenticate login gh
gh auth login --with-token <<< "${{ secrets.GITHUB_TOKEN }}"
echo Set the PR
echo Set the reviewere
gh pr edit $pr_number --add-reviewer "$REVIEWER"
continue-on-error: true