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: workflow_dispatch:
inputs: inputs:
pr: pr:
description: PR number to check, or "all" for every open PR description: PR number or all
required: true required: true
default: all default: all
type: string type: string
dry_run: dry_run:
description: Preview labels and comments without changing PRs description: Dry run
required: true required: true
default: true default: true
type: boolean type: boolean