Skip to content

Conventional PR is throwing errors #40

Conventional PR is throwing errors

Conventional PR is throwing errors #40

Workflow file for this run

name: Add new knowledge for auto-triaging
on:
issue_comment:
types: [created]
issues:
types: [opened]
jobs:
summarize:
runs-on: ubuntu-latest
steps:
- name: Checkout to repository
uses: actions/checkout@v3
- name: Summarize issue and add new knowledge
uses: ./
with:
access_token: ${{ secrets.GH_TOKEN }}
api_key: ${{ secrets.OPENAI_KEY }}