mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-07-01 18:41:36 +02:00
Allow targeted contribution policy runs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user