Conventional PR is throwing errors #40
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |