Skip to content

Commit

Permalink
Add PR body generator (#4304)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfmskywalker committed Aug 9, 2023
1 parent 95cefe6 commit 7e11ebd
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/pr-body-generator.yml
Original file line number Diff line number Diff line change
@@ -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 }}
1 change: 1 addition & 0 deletions Elsa.sln
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 7e11ebd

Please sign in to comment.