Add reviewer input to bump-gitstream-core workflow [skip ci]#353
Add reviewer input to bump-gitstream-core workflow [skip ci]#353
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR modifies the bump-gitstream-core GitHub workflow to make reviewer assignment configurable. Instead of automatically assigning the workflow actor as a reviewer, users can now specify a custom reviewer via an optional input parameter.
- Adds an optional
reviewerinput parameter to the workflow - Conditionally sets reviewer argument based on input parameter
- Replaces hardcoded reviewer assignment with configurable option
| if: inputs.auto-deploy | ||
| run: | | ||
| echo "LABEL_ARG=--label auto-deploy" >> "$GITHUB_ENV" | ||
| echo "REVIEWER_ARG=" >> "$GITHUB_ENV" |
There was a problem hiding this comment.
Setting REVIEWER_ARG to empty string in the auto-deploy step will override any reviewer setting. This step should only set LABEL_ARG since REVIEWER_ARG is handled separately in the 'Set reviewer' step.
| echo "REVIEWER_ARG=" >> "$GITHUB_ENV" |
There was a problem hiding this comment.
Orca Security Scan Summary
| Status | Check | Issues by priority | |
|---|---|---|---|
| Infrastructure as Code | View in Orca | ||
| SAST | View in Orca | ||
| Secrets | View in Orca | ||
| Vulnerabilities | View in Orca |
|
Please mark which AI tools you used for this PR by checking the appropriate boxes:
Tip: If you want to avoid this comment in the future, you can add a label of the format |
✨ PR Description
Purpose: Add configurable reviewer option to bump-gitstream-core workflow to support deployment after GitHub SSO implementation.
Main changes:
Generated by LinearB AI and added by gitStream.
AI-generated content may contain inaccuracies. Please verify before using. We'd love your feedback! 🚀