Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support PR comments for push events #390

Merged
merged 2 commits into from
Aug 7, 2022
Merged

feat: support PR comments for push events #390

merged 2 commits into from
Aug 7, 2022

Commits on Aug 6, 2022

  1. feat: support PR comments for push events

    Since GitHub no longer shows commit comments in the pull request
    timeline [^1], it needs to find a PR associated with a commit in a push
    event and then post a PR comment if found in order to show comments in
    the pull request timeline.
    
    [^1]:
    github.blog/changelog/2022-08-04-commit-comments-no-longer-appear-in-the-pull-request-timeline
    
    Signed-off-by: micnncim <micnncim@gmail.com>
    micnncim committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    305218e View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2022

  1. fix: Use updated timestamp for PRNumber sort

    Signed-off-by: micnncim <micnncim@gmail.com>
    micnncim committed Aug 7, 2022
    Configuration menu
    Copy the full SHA
    d359a60 View commit details
    Browse the repository at this point in the history