Skip to content

Commit

Permalink
Trigger labeler when a PR is ready for review (removed from draft mode)
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 519702621
Change-Id: I8565018523827da07ea235bbf3a6b512f8199ff0
  • Loading branch information
keertk authored and copybara-github committed Mar 27, 2023
1 parent 5a972e0 commit 16c639c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "PR Labeler"

on:
pull_request_target:
types: ["opened"]
types: ["opened", "ready_for_review"]

jobs:
triage:
Expand Down

0 comments on commit 16c639c

Please sign in to comment.