Add PR body generator (#4304)

This commit is contained in:
Sipke Schoorstra 2023-08-09 13:22:44 +02:00 committed by GitHub
parent 95cefe631f
commit 7e11ebd8bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 20 additions and 0 deletions

19
.github/workflows/pr-body-generator.yml vendored Normal file
View file

@ -0,0 +1,19 @@
name: Auto-PR-Body Generator
on:
pull_request:
permissions:
contents: read
repository-projects: write
pull-requests: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: AI powered Automatic PR Body Generation
uses: jbrocher/auto-pr-body-generator@v0.2.2
with:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}

View file

@ -20,6 +20,7 @@ ProjectSection(SolutionItems) = preProject
NuGet.Config = NuGet.Config
.github\workflows\npm-packages.yml = .github\workflows\npm-packages.yml
update-migrations-runtime.sh = update-migrations-runtime.sh
.github\workflows\pr-body-generator.yml = .github\workflows\pr-body-generator.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{0354F050-3992-4DD4-B0EE-5FBA04AC72B6}"