Skip to content

Commit

Permalink
Add needs-rebase plugin for etcd project
Browse files Browse the repository at this point in the history
This commit will add `needs-rebase` plugin to etcd project
which will add `needs-rebase` to a PR that requires a rebase
and removes it once its rebased with the concered branch.

Signed-off-by: ArkaSaha30 <[email protected]>
  • Loading branch information
ArkaSaha30 committed Jun 10, 2024
1 parent 915d331 commit e0e50f4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/prow/plugins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1925,3 +1925,7 @@ external_plugins:
events:
- issue_comment
- pull_request
- name: needs-rebase
events:
- issue_comment
- pull_request

0 comments on commit e0e50f4

Please sign in to comment.