This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new 249130e Detect missing committership for mentors
249130e is described below
commit 249130ead54fc0cb1d8474d968b0f3b971437e2d
Author: Sebb <[email protected]>
AuthorDate: Thu Feb 28 19:02:45 2019 +0000
Detect missing committership for mentors
---
www/roster/views/ppmc/mentors.js.rb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/www/roster/views/ppmc/mentors.js.rb
b/www/roster/views/ppmc/mentors.js.rb
index a64fe40..7052ab6 100644
--- a/www/roster/views/ppmc/mentors.js.rb
+++ b/www/roster/views/ppmc/mentors.js.rb
@@ -86,6 +86,8 @@ class PPMCMentor < Vue
_span.issue 'invalid user'
elsif not @@ppmc.owners.include? @@person.id
_span.issue 'not on the PPMC'
+ elsif not @@ppmc.committers.include? @@person.id
+ _span.issue 'not listed as a podling committer'
elsif not @@person.ipmc
_span.issue 'not on the IPMC'
elsif not @@person.icommit