Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

[TEST] - PR P239

[TEST] - PR P239 #66

Workflow file for this run

name: OpenAI PR Description Generator
on:
pull_request:
types:
- opened
- synchronize
permissions:
pull-requests: write
contents: read
jobs:
pull-request:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: Ant0wan/openai-pr@v1
with:
api-key: ${{ secrets.OPENAI_API_KEY }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}