actions-marketplace-validations/Commit Meaning
In a paragraph, describe the commits for a PR.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| openai-api-key | Your OpenAI API key. | yes | — |
| openai-org | Your OpenAI organization id. | yes | — |
| temperature | The OpenAI temperature parameter | yes | 0.7 |
| tokens | The OpenAI tokens parameter | yes | 256 |
| frequency-penalty | The OpenAI frequency_penalty parameter | yes | 0 |
| presence-penalty | The OpenAI presence_penalty parameter | yes | 0 |
| prompt-instructions | Additional input instructions for the prompt | yes | :bug: refers to a bug fix, :lady_bug: refers to a bug fix, :recycle: means to refactor code or to refactor content, :sparkles: means something is new in the code, :wrench: refers to code that is configuration or low-level in nature, :fire: means to remove code or remove content, :construction: references a commit considered to be work in-progress, and :notebook: references changes to documentation. |
Outputs
| name | description |
|---|---|
| description | The PR commit log description. |