You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: allow multiple pipelines per repository (#20)
- Include branch name in pipeline name for GitHub source
- Update pipeline name format to [repoOwner]-[repoName]-[branchName]
- Maintain S3 source pipeline naming unchanged
- Clean pipeline name from special characters
This enables:
- Multiple pipelines per repository
- Different pipelines for different branches
- Support for multiple environments
Fixes#20
0 commit comments