Skip to content

Commit f3f2655

Browse files
committed
Add more details for refute options in inactive user pr
1 parent 77e174a commit f3f2655

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

org/org_user_management.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,9 @@ def get_inactive_users_msg(self, users_to_delete, tagusers):
111111
return (
112112
f"According to the rules for inactivity defined in [RFC-0025]({rfc}) following users will be deleted:\n"
113113
f"{users_as_list}\nAccording to the [revocation policy in the RFC]({rfc_revocation_rules}), users have"
114-
" two weeks to refute this revocation, if they wish."
114+
" two weeks to refute this revocation, if they wish by commenting on this pull-request\n"
115+
"and open a new pull-request to be re-added as contributor after this one is merged.\n"
116+
"As alternative if you are active in a working group you could apply for a role in that working group."
115117
)
116118

117119
@staticmethod

0 commit comments

Comments
 (0)