-
Notifications
You must be signed in to change notification settings - Fork 1
[PRM-392] Workflow enhancements: Input cleanup, cron file renaming, prod releases limited to tags, sandbox name limit (9 characters), introducing run-names and tear down fix (Virus Scanner) #433
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…rod releases limited to tags, sandbox name limit (9 characters), introducing run-names and tear down fix (Virus Scanner)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Copilot reviewed 12 out of 12 changed files in this pull request and generated 9 comments.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Copilot reviewed 12 out of 12 changed files in this pull request and generated 2 comments.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
| uses: actions/checkout@v5 | ||
| with: | ||
| ref: ${{ github.event.inputs.tagVersion}} | ||
| ref: refs/tags/${{ github.event.inputs.git_tag}} |
Copilot
AI
Sep 15, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The ref should validate that the tag exists before checkout. Consider adding a validation step to check if the tag exists in the repository to prevent checkout failures with non-existent tags.
Co-authored-by: Copilot <[email protected]>
| type: string | ||
| environment: | ||
| sandbox_name: | ||
| description: 'Sandbox name' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Kind of feel "sandbox_workspace" made more sense or even just "workspace" would be good enough.
Report for environment: ndr-devTerraform Initialization ⚙️
|
No description provided.