mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-07-07 05:15:20 +02:00
Shorten contribution policy inputs
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user