Skip to content

Test Github Workflows #5

Test Github Workflows

Test Github Workflows #5

Workflow file for this run

name: Pull Request Recap
on:
pull_request:
types: [opened, edited]
jobs:
recap:
runs-on: ubuntu-latest
steps:
- name: Recap changes
uses: flowwer-dev/recap@main
with:
openai-apikey: ${{ secrets.OPENAI_TOKEN }}