Skip to content

[Topic] Move to New Command Line #6

[Topic] Move to New Command Line

[Topic] Move to New Command Line #6

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 }}