Skip to content

How can I display a link for the user to 'download' a file or link to a webpage #97

How can I display a link for the user to 'download' a file or link to a webpage

How can I display a link for the user to 'download' a file or link to a webpage #97

Workflow file for this run

name: AI Labeler
on:
issues:
types: [opened, reopened]
issue_comment:
types: [created]
pull_request:
types: [opened, reopened]
jobs:
ai-labeler:
runs-on: ubuntu-latest
permissions:
contents: read
issues: write
pull-requests: write
steps:
- uses: actions/checkout@v4
- uses: jlowin/ai-labeler@v0.5.0
with:
include-repo-labels: false
openai-api-key: ${{ secrets.OPENAI_API_KEY }}
controlflow-llm-model: openai/gpt-4o-mini