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

Update comment #91

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Update comment #91

wants to merge 5 commits into from

Commits on Sep 13, 2024

  1. update comment if exists

    If no comment exists, then simply post a new comment. If more than 1 comment found, then delete all but last one and update the last one.
    2bndy5 committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    4d0d106 View commit details
    Browse the repository at this point in the history
  2. update tests

    distutils has been deprecated for years; use shutil instead
    
    add unit test for `get_previous_comment()`
    2bndy5 committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    941f132 View commit details
    Browse the repository at this point in the history
  3. add new input update-comment

    defaults to false for old behavior
    2bndy5 committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    c5f3d19 View commit details
    Browse the repository at this point in the history
  4. adapt report_exists() for new input

    update tests accordingly
    
    replaces `get_previous_comment()` which was almost identical to `report_exists()`
    2bndy5 committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    57c54c6 View commit details
    Browse the repository at this point in the history
  5. allow devs to use python 3.12

    update poetry lock file
    2bndy5 committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    6624ff5 View commit details
    Browse the repository at this point in the history