-
Notifications
You must be signed in to change notification settings - Fork 122
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
Fix typo in dictionary #387
Conversation
Thanks! |
This commits lint CI failure seems highly annoying. Results in an additional email about something that isn’t even a problem. |
New version is released. |
It helped me know to squash the commit so it would follow our pattern for making it easier to browse history and generate changelogs. Unsure of a better way at this time. |
At the very least I’d expect a clear heads-up about this in the |
In other words: I didn’t like the experience of getting an unexpected email claiming “PR run failed”, then having to click through it, interpret a hard to understand error message
which takes a while to read and make sense of (especially if you don’t start reading at the bottom) only to figure out that this is about the first word of the commit message AND something that’s probably even expected to fail in a PR during review. |
Actually.. maybe – since CI needs to be approved for first-time contributors anyways (right?) – all that’s necessary is that you write an informative comment that there’s expected CI failure (and that it isn’t necessary for the contributor to act upon this failure) due to commit names before you actually start/activate the CI? So post something like
before you activate the workflow ;-) [A bot writing such a message would be okay, too.] (And feel free to adapt/change this if there actually is some documentation somewhere of the expected format; I couldn’t find anything.) |
Check out this failure
I am looking into a welcome bot for a hybrid message between yours and the message I have in the failure message
What do you mean? Just that we didn't specify it in the contributing? I'm updating that. The format itself is documented and the output message shows all of the other expectations beyond that we expect. |
Thanks a lot for taking this feedback into account ❤️
Oh, it actually does that... that took me a while connecting the short form
Ah, I wasn't aware that this was some kind of "standard" format. As mentioned, I didn't actually know if this was documented, hence the note
I just thought it might not be documented since I assumed it should've been easy to find by looking into
That would be great! |
I've got crate-ci/committed#215 for showing abbreviated IDs.
I'll see what can be done. Part of it is the errors are coming from two parts, the conventional parser (the last part of the message and
I've gone ahead and created crate-ci/committed#214 to track as I'm trying to balance improvements here and on other projects. |
I also created crate-ci/committed#216 for adding the "actual" part to errors. |
No description provided.