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
5013558c8c
commit
c8768c903e
1 changed files with 6 additions and 6 deletions
12
.github/workflows/labeler-manual.yml
vendored
12
.github/workflows/labeler-manual.yml
vendored
|
|
@ -1,11 +1,11 @@
|
|||
name: "Pull Request Labeler (manual)"
|
||||
on:
|
||||
- workflow_dispatch:
|
||||
inputs:
|
||||
oldPRs:
|
||||
description: 'PRs list to process'
|
||||
required: true
|
||||
default: '1, 2, 3'
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
oldPRs:
|
||||
description: 'PRs list to process'
|
||||
required: true
|
||||
default: '1, 2, 3'
|
||||
|
||||
jobs:
|
||||
labeler:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue