File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -117,6 +117,9 @@ func (s *server) updateReviewsData() {
117
117
if strings .Contains (cl .Commit .Msg , "DO NOT REVIEW" ) || strings .Contains (cl .Commit .Msg , "DO NOT SUBMIT" ) {
118
118
return nil
119
119
}
120
+ if cl .Meta .Hashtags ().Contains ("wait-author" ) {
121
+ return nil
122
+ }
120
123
c := & change {GerritCL : cl }
121
124
c .LastUpdate = cl .Commit .CommitTime
122
125
if len (cl .Messages ) > 0 {
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ header {
54
54
<header>
55
55
<strong>{{.TotalChanges}} open changes</strong>
56
56
<div class="header-subtitle">
57
- Excluding those with “DO NOT REVIEW” and “DO NOT SUBMIT” in the change description
57
+ Excluding those with hashtag "wait-author" or description containing “DO NOT REVIEW” or “DO NOT SUBMIT”
58
58
</div>
59
59
<div class="header-subtitle">
60
60
<a href="https://go.googlesource.com/build/+/master/devapp/reviews.go">Source code</a>
@@ -74,4 +74,4 @@ header {
74
74
</div>
75
75
{{end}}
76
76
{{end}}
77
- {{end}}
77
+ {{end}}
You can’t perform that action at this time.
0 commit comments