sfops - Execute Releases to any env
This workflow is triggered when a release-related issue is opened or reopened in the repository. It's designed to execute releases to any environment based on the issue content.
Run Name:
Dynamically set to 'Deploy a release to envs -[issue number]-requested by-[username]'
This provides a clear, informative name for each workflow run, indicating it's a release deployment
Trigger:
The workflow is activated when an issue is opened or reopened in the repository.
This workflow is designed to handle the execution of releases to any environment when a release-related issue is created or reopened. It passes relevant information about the issue to a reusable workflow, which contains the logic for parsing the issue details and executing the release process.
Last updated