Skip to content
This repository was archived by the owner on May 8, 2024. It is now read-only.
This repository was archived by the owner on May 8, 2024. It is now read-only.

Don't allow really long git-commit messages #17

@staxmanade

Description

@staxmanade

A really large pull request in DefinitelyTyped/DefinitelyTyped#8605 caused every package to be re-published to NuGet.

At the end of the script is a git commit -m {msg} command. The {msg} was so big that it was throwing an error saying the command line command was too long to execute. Causing the system to not succeed and end up re-publishing all nuget packages every 2 hours (see image)

image

After running it once manually and manually committing the change in 6d2a959 it re-stabilized.

image

So we need to guard against a commit message that is too long.

image

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