Skip to content

Commit

Permalink
dev: enable auto-labels for PRs (labeler)
Browse files Browse the repository at this point in the history
  • Loading branch information
JayDi85 committed Feb 18, 2024
1 parent c8768c9 commit b1e4ea2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/labeler-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b1e4ea2

Please sign in to comment.