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)"
|
name: "Pull Request Labeler (manual)"
|
||||||
on:
|
on:
|
||||||
- workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
oldPRs:
|
oldPRs:
|
||||||
description: 'PRs list to process'
|
description: 'PRs list to process'
|
||||||
required: true
|
required: true
|
||||||
default: '1, 2, 3'
|
default: '1, 2, 3'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
labeler:
|
labeler:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue