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:
parent
cc2ef90854
commit
8abaabc591
1 changed files with 5 additions and 1 deletions
6
.github/workflows/labeler.yml
vendored
6
.github/workflows/labeler.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue