-
-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
The /commits endpoint we're using right now sometimes doesn't return any entries, causing accidental retirement PRs to be opened (#97, #98, #99).
nixpkgs-committers/scripts/retire.sh
Lines 112 to 116 in 6076321
| trace gh api -X GET /repos/"$ORG"/"$ACTIVITY_REPO"/commits \ | |
| -f since="$(date --date='1 year ago' --iso-8601=seconds)" \ | |
| -f author="$login" \ | |
| -f committer=web-flow \ | |
| -f per_page=100 \ |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels