Skip to content

titles

titles #2736

Workflow file for this run

# SPDX-FileCopyrightText: Copyright (c) 2016-2025 Objectionary.com
# SPDX-License-Identifier: MIT
---
# yamllint disable rule:line-length
name: titles
'on':
schedule:
- cron: '0 * * * *'
issues:
types: [opened]
jobs:
titles:
timeout-minutes: 15
runs-on: ubuntu-24.04
steps:
- uses: horw/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
openai-api-key: ${{ secrets.OPENAI_API_KEY }}
days-to-scan: 180
skip-label: 'good-title'
auto-update: true
max-issues: 10
model: gpt-4
verbose: true
apply-to-closed: false
required-labels: bug, enhancement
quiet: true
strip-characters: '"'
style: offense