Shorten contribution policy inputs

This commit is contained in:
Gregory Schier
2026-06-30 14:40:15 -07:00
parent 6f52bb7533
commit 125eae052b
+2 -2
View File
@@ -4,12 +4,12 @@ on:
workflow_dispatch:
inputs:
pr:
description: PR number to check, or "all" for every open PR
description: PR number or all
required: true
default: all
type: string
dry_run:
description: Preview labels and comments without changing PRs
description: Dry run
required: true
default: true
type: boolean