chore: Allow labeler action to use workflow_dispatch (#12993)

* chore: Update team labeler to workflow_dispatch

* Fixed conflict
This commit is contained in:
Keith Williams 2024-01-03 18:35:16 -05:00 committed by GitHub
parent f201266d69
commit 574a4a847d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
name: "Pull Request Labeler"
on:
- pull_request_target
- workflow_call
pull_request_target:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true