You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* [docs] simplify definition of Inactivity
I tried to write a simpler definition of Inactivity. Not sure if I succeeded?
Please take a look.
* Update api/ruby/find-inactive-members/README.md
Co-Authored-By: Parker Brown <[email protected]>
Co-authored-by: Parker Brown <[email protected]>
Members are defined as inactive if they haven't, since the specified **DATE**, in any repository in the specified **ORGANIZATION**:
47
+
Members are defined as inactive if they **have not performed** any of the following actions in any repository in the specified **ORGANIZATION** since the specified **DATE**:
48
48
49
-
* Have not merged or pushed commits into the default branch
50
-
* Have not opened an Issue or Pull Request
51
-
* Have not commented on an Issue or Pull Request
49
+
- Merged or pushed commits into the default branch
0 commit comments