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

Increase default length limit #9

Merged
merged 1 commit into from
Sep 20, 2024
Merged

Conversation

lzap
Copy link
Member

@lzap lzap commented Sep 18, 2024

Since it is not configurable, I am increasing, how about that?

@ezr-ondrej
Copy link
Member

All checks failed, but probably not related xD

@ezr-ondrej
Copy link
Member

Ah it is related, we expect failure in the test, but it now passes, can you increase the test commit length pls?

@lzap
Copy link
Member Author

lzap commented Sep 20, 2024

Tests are failing because of this change in the dependency: pawamoy/git-changelog@f191ed7

@lzap lzap force-pushed the length-limit branch 2 times, most recently from 480d30a to 7e0871c Compare September 20, 2024 09:36
@lzap
Copy link
Member Author

lzap commented Sep 20, 2024

Fixed tests, this needs git-changelog 2.5 or higher now, which no longer works with Python 3.7. Therefore I am bumping supported Python versions up a notch.

Copy link
Member

@ezr-ondrej ezr-ondrej left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice one, thank you! 🧡

@ezr-ondrej ezr-ondrej merged commit 8a5274f into RHEnVision:main Sep 20, 2024
4 checks passed
@lzap lzap deleted the length-limit branch September 20, 2024 10:14
@@ -1,6 +1,6 @@
import sys

def check_commit(commit, jira_project, length_limit=70) -> int:
def check_commit(commit, jira_project, length_limit=135) -> int:
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Totally not a birth date of someone I know :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants