Replace incorrect @typeParam
JSDoc tags with @template
tags
#469
This file contains hidden or 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: ai-labeler | |
on: | |
issues: | |
types: [opened] | |
pull_request_target: | |
types: [opened] | |
jobs: | |
ai-labeler: | |
runs-on: ubuntu-latest | |
permissions: | |
contents: read | |
issues: write | |
pull-requests: write | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: jlowin/[email protected] | |
with: | |
include-repo-labels: false | |
openai-api-key: ${{ secrets.OPENAI_API_KEY }} |