mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
dev: enable auto-labels for PRs (labeler)
This commit is contained in:
parent
c8768c903e
commit
b1e4ea2790
1 changed files with 4 additions and 2 deletions
6
.github/workflows/labeler-manual.yml
vendored
6
.github/workflows/labeler-manual.yml
vendored
|
|
@ -3,9 +3,11 @@ on:
|
|||
workflow_dispatch:
|
||||
inputs:
|
||||
oldPRs:
|
||||
description: 'PRs list to process'
|
||||
# no multi lines support, so call by single PR only
|
||||
description: 'PR number to process'
|
||||
required: true
|
||||
default: '1, 2, 3'
|
||||
type: string
|
||||
default: '123'
|
||||
|
||||
jobs:
|
||||
labeler:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue