Skip to content

Commit b452ef1

Browse files
spierparkerbxyz
andauthored
[docs] simplify definition of Inactivity (#306)
* [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]>
1 parent 68131c0 commit b452ef1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

api/ruby/find-inactive-members/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ ruby find_inactive_members.rb [-cehv] -o ORGANIZATION -d DATE
4444

4545
## How Inactivity is Defined
4646

47-
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**:
4848

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
50+
- Opened an Issue or Pull Request
51+
- Commented on an Issue or Pull Request

0 commit comments

Comments
 (0)