Skip to content

Unreliable /commits endpoint #100

@infinisil

Description

@infinisil

The /commits endpoint we're using right now sometimes doesn't return any entries, causing accidental retirement PRs to be opened (#97, #98, #99).

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 \

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions