chore(labeler) - fix inputs

pull/1412/head
bakerboy448 11 months ago committed by GitHub
parent b1231dcddc
commit 16f786d446
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3,9 +3,6 @@ name: Label Pull Requests
on:
- pull_request_target
inputs:
sync-labels: true
jobs:
triage:
permissions:
@ -14,3 +11,5 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
with:
sync-labels: true

Loading…
Cancel
Save