Enhancement: Provide better repository context in prompt #6
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: IkarisGPT Auto-Describe-Issue | |
on: | |
issues: | |
types: | |
- labeled | |
jobs: | |
AutoDescribe: | |
if: github.event.label.name == 'auto-described' | |
runs-on: ubuntu-latest | |
name: IkarisGPT Auto Describe Issue | |
steps: | |
- name: IkarisGPT Action Step | |
id: ikaris | |
uses: devAyushDubey/[email protected] | |
with: | |
openai-api-key: ${{ secrets.OPENAI_API_KEY }} | |
# Use the output from the `hello` step | |
- name: Get the output message | |
run: echo "${{ steps.ikaris.outputs.message }}" |