Allow targeted contribution policy runs

This commit is contained in:
Gregory Schier
2026-06-30 14:25:41 -07:00
parent f32e9f7704
commit 8724260eb4
2 changed files with 43 additions and 3 deletions
@@ -3,6 +3,11 @@ name: Contribution Policy
on:
workflow_dispatch:
inputs:
pr:
description: PR number to check, or "all" for every open PR
required: true
default: all
type: string
dry_run:
description: Preview labels and comments without changing PRs
required: true