chore: set PR reviewer for translations

This commit is contained in:
barredterra
2024-07-24 09:59:46 +02:00
parent ffc5bbfa4c
commit 89c458e229
3 changed files with 4 additions and 1 deletions

View File

@@ -37,4 +37,4 @@ gh auth setup-git
git push -u upstream "${branch_name}"
echo "Creating a PR..."
gh pr create --fill --base "${BASE_BRANCH}" --head "${branch_name}" -R frappe/erpnext
gh pr create --fill --base "${BASE_BRANCH}" --head "${branch_name}" --reviewer ${PR_REVIEWER} -R frappe/erpnext