dev: enable auto-labels for PRs (labeler)

This commit is contained in:
Oleg Agafonov 2024-02-18 18:22:32 +04:00
parent c8768c903e
commit b1e4ea2790

View file

@ -3,9 +3,11 @@ on:
workflow_dispatch: workflow_dispatch:
inputs: inputs:
oldPRs: oldPRs:
description: 'PRs list to process' # no multi lines support, so call by single PR only
description: 'PR number to process'
required: true required: true
default: '1, 2, 3' type: string
default: '123'
jobs: jobs:
labeler: labeler: