Skip to content

Commit 655e96b

Browse files
committed
Add reviewers to PR raising step
1 parent 2f9bc5b commit 655e96b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ jobs:
314314
Write-Host "✓ Comment added to existing PR"
315315
} else {
316316
Write-Host "Creating pull request..."
317-
gh pr create --title "API Updates" --body "Automated API documentation updates generated by APIGenerator workflow on $(Get-Date -Format 'yyyy-MM-dd HH:mm:ss')" --head $branch_name --base main
317+
gh pr create --title "API Updates" --body "Automated API documentation updates generated by APIGenerator workflow on $(Get-Date -Format 'yyyy-MM-dd HH:mm:ss')" --head $branch_name --base main --reviewer IsakNaslundBH,pawelbaran,adecler,michaelhoehn
318318
Write-Host "✓ Pull request created successfully"
319319
}
320320
} else {

0 commit comments

Comments
 (0)