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 20:35:16 -03:00
committed by GitHub
parent f201266d69
commit 574a4a847d
+2 -2
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