Skip to content

Commit

Permalink
Feat[CI]: Add commit summarizer
Browse files Browse the repository at this point in the history
  • Loading branch information
yunginnanet committed Jan 8, 2024
1 parent 058540a commit 0a63a5d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/gpt-commit-summarizer.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: GPT Commits summarizer

on:
pull_request_target:
types: [ opened, synchronize ]

jobs:
summarize:
runs-on: ubuntu-latest
permissions: write-all
steps:
- uses: KanHarI/gpt-commit-summarizer@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}

0 comments on commit 0a63a5d

Please sign in to comment.