Skip to content

Bug: commenting on PRs from the previous release #21

Open
@zeke

Description

@zeke

Example: electron/i18n#280 (comment)

image

I think the problem here may be that we're including commits from the previous release when searching:

const {data: commits} = await context.github.repos.getCommits({
owner,
repo,
sha: currentRelease.tag_name,
since: previousRelease.created_at
})

@gr2m does that sound right? Maybe should be searching for previousRelease.published_at instead of previousRelease.created_at?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions