Skip to content

Commit 46601c2

Browse files
Copilotswissspidy
andcommitted
Remove unused process_unlabeled input parameter
Co-authored-by: swissspidy <841956+swissspidy@users.noreply.github.com>
1 parent ea56112 commit 46601c2

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/issue-triage.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@ name: Issue Triage
66
types: [opened]
77
workflow_dispatch:
88
inputs:
9-
process_unlabeled:
10-
description: 'Process all open issues without labels'
11-
required: false
12-
default: 'true'
13-
type: boolean
149
issue_number:
1510
description: 'Issue number to triage (leave empty to process all)'
1611
required: false

.github/workflows/reusable-issue-triage.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,6 @@ jobs:
179179
workflow_id: 'issue-triage.yml',
180180
ref: context.ref || 'main',
181181
inputs: {
182-
process_unlabeled: 'false',
183182
issue_number: issue.number.toString()
184183
}
185184
});

0 commit comments

Comments
 (0)