sinless777/SinLess Games - OpenAI PR Generator
Automatically create a PR with OpenAI-generated content if no PR exists.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| openai_api_key | OpenAI API key for generating PR information | yes | — |
| github_token | GitHub token for accessing the repository and making API calls | yes | ${{ secrets.GITHUB_TOKEN }} |
| repository_owner | GitHub repository owner | yes | ${{ github.repository_owner }} |
| repository | GitHub repository name | yes | ${{ github.repository }} |
| branch | Branch name to create the PR for | yes | ${{ github.ref }} |
| head | Commit SHA for the head of the branch | yes | ${{ github.sha }} |
| Email address for the GitHub user | yes | ${{ github.actor }}@localhost | |
| name | Name of the GitHub user | yes | ${{ github.actor }} |
Outputs
no outputs