btotharye/Auto CI/CD Generator
Auto-generate production-ready CI/CD pipelines for any project
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| platforms | Target platforms (github,gitlab,jenkins,buildkite,circleci) | no | github |
| create-pr | Create a pull request with generated workflows | no | true |
| branch-name | Branch name for pull request | no | feat/auto-cicd |
| commit-message | Commit message for changes | no | ci: auto-generate CI/CD workflows |
| pr-title | Pull request title | no | ci: auto-generate CI/CD workflows |
| pr-body | Pull request body/description | no | Auto-generated CI/CD configuration via cicd-auto |
| python-version | Python version to use | no | 3.11 |
Outputs
| name | description |
|---|---|
| generated-files | Comma-separated list of generated files |
| pr-url | URL of created pull request (if create-pr=true) |
| pr-number | Number of created pull request (if create-pr=true) |