Skip to content

Commit

Permalink
Create openai-auto-pr-description.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thejmitchener authored Nov 10, 2023
1 parent e325a17 commit 72e8b76
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/openai-auto-pr-description.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Autofill PR description

on: pull_request

jobs:
openai-pr-description:
runs-on: ubuntu-22.04

steps:
- uses: platisd/openai-pr-description@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
openai_api_key: ${{ secrets.OPENAI_API_KEY }}

0 comments on commit 72e8b76

Please sign in to comment.