Is your feature request related to a problem?
The PR formatter fails for Dependabot opened PRs because it lacks access to OpenAI. This causes issues in maintaining consistent PR formatting.
Describe the solution you'd like
- Run the formatter conditionally.
- Trigger the formatter only for human-created PRs.
Original issue
Describe the current behavior
PR fromatter fails for depandabot opened PRs as it doesnt have access to OpenAI
Describe the enhancement you'd like
Run formatter conditionally, only triggered for human PRs.
Is your feature request related to a problem?
The PR formatter fails for Dependabot opened PRs because it lacks access to OpenAI. This causes issues in maintaining consistent PR formatting.
Describe the solution you'd like
Original issue
Describe the current behavior
PR fromatter fails for depandabot opened PRs as it doesnt have access to OpenAI
Describe the enhancement you'd like
Run formatter conditionally, only triggered for human PRs.