Skip to content

Add issue title to report analysis #7

Add issue title to report analysis

Add issue title to report analysis #7

Workflow file for this run

---
name: reports-check
on:
issues:
types: [opened]
jobs:
check:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: tracehubpm/reports-check-action@master
with:
openai_token: ${{ secrets.OPENAI_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}