devops-maturity/DevOps Maturity Action
Run devops-maturity CLI, update README badge, and open a PR for review.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token used to create the pull request. Pass secrets.GITHUB_TOKEN or a PAT from your workflow. | yes | — |
| file | Path to the devops-maturity.yml assessment file, relative to the repository root. | no | devops-maturity.yml |
| readme-path | Path to the README file that will be updated with the new badge, relative to the repository root. | no | README.md |
| pr-branch | Name of the branch that will be created (or updated) for the pull request. | no | chore/update-devops-maturity-badges |
| commit-message | Commit message used when committing the badge update. | no | chore: update devops-maturity badges |
| pr-title | Title of the pull request. | no | chore: update devops-maturity badges |
| pr-body | Body text of the pull request. | no | Automated badge update generated by the [devops-maturity-action](https://github.com/devops-maturity/devops-maturity-action) based on changes to `devops-maturity.yml`. |
| cli-version | Version of the devops-maturity CLI to install (e.g. '0.1.0'). Defaults to latest. Pinning a specific version ensures reproducible results. | no | "" |
Outputs
| name | description |
|---|---|
| score | Overall DevOps maturity score as a percentage (e.g. "72.3%"). |
| level | Maturity level: WIP, PASSING, BRONZE, SILVER, or GOLD. |
| badge-url | shields.io badge URL corresponding to the maturity level. |
| badge-markdown | Ready-to-paste Markdown snippet for the badge. |
| pull-request-number | Number of the created (or updated) pull request. |
| pull-request-url | HTML URL of the created (or updated) pull request. |