chore: alle Upstream-Workflows deaktivieren (on: {})

This commit is contained in:
thysson2701
2026-06-22 11:33:05 +02:00
parent a0894702c6
commit 709caca9b8
17 changed files with 277 additions and 482 deletions

View File

@@ -1,22 +1,7 @@
name: Backfill Duplicate Comments
description: Triggers duplicate detection for old issues that don't have duplicate comments
on:
workflow_dispatch:
inputs:
days_back:
description: 'How many days back to look for old issues'
required: false
default: '90'
type: string
dry_run:
description: 'Dry run mode (true to only log what would be done)'
required: false
default: 'true'
type: choice
options:
- 'true'
- 'false'
on: {}
jobs:
backfill-duplicate-comments: