diff options
author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2022-11-07 01:42:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-06 16:42:59 -0800 |
commit | 897186f409e6f376e52a5e680d307008ba5be5cd (patch) | |
tree | 8b2b43ca8348395c67678611b280351f58852926 | |
parent | 9b9f84bc62a01ed76b9f53119781816bd3375267 (diff) | |
download | rneovim-897186f409e6f376e52a5e680d307008ba5be5cd.tar.gz rneovim-897186f409e6f376e52a5e680d307008ba5be5cd.tar.bz2 rneovim-897186f409e6f376e52a5e680d307008ba5be5cd.zip |
ci: request reviewers when PR is reopened #20972
-rw-r--r-- | .github/workflows/reviews.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/reviews.yml b/.github/workflows/reviews.yml index 34ce19d830..6c8c7ff8ed 100644 --- a/.github/workflows/reviews.yml +++ b/.github/workflows/reviews.yml @@ -1,7 +1,7 @@ name: "Request reviews" on: pull_request_target: - types: [labeled, ready_for_review] + types: [labeled, ready_for_review, reopened] jobs: request-reviewer: if: github.event.pull_request.state == 'open' && github.event.pull_request.draft == false |