1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 15:55:37 +02:00

labeler: run when marked as "ready for review" (#15436)

This commit is contained in:
Sebastiaan Speck 2025-01-03 21:11:26 +01:00 committed by GitHub
parent cc2ef90854
commit 8abaabc591
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,9 @@
name: PR Labeler
on: pull_request_target
on:
pull_request_target:
pull_request:
types:
- ready_for_review
permissions:
pull-requests: write
jobs: