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

Add support for Draft flag on GitHub #126

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Feb 16, 2023

  1. Configuration menu
    Copy the full SHA
    b0f3441 View commit details
    Browse the repository at this point in the history
  2. Fix argument name

    hluk committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    fe1c3ae View commit details
    Browse the repository at this point in the history
  3. Re-format according to black

    hluk committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    5a15e40 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7f4f071 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0b1aedd View commit details
    Browse the repository at this point in the history
  6. Fix iterating all GitLab comments

    Fixes the following warning:
    
        reviewrot/gitlabstack.py:227: UserWarning: Calling a `list()` method
        without specifying `get_all=True` or `iterator=True` will return a
        maximum of 20 items.
    hluk committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    abdbdc6 View commit details
    Browse the repository at this point in the history
  7. Fix requirements.txt

    hluk committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    a2254de View commit details
    Browse the repository at this point in the history