Skip to content

workflows: allow the use of an underscore ('_') in commit message - #3270

Merged
niedbalski merged 1 commit into
fluent:masterfrom
fujimotos:sf/commit-varidation
Mar 23, 2021
Merged

workflows: allow the use of an underscore ('_') in commit message#3270
niedbalski merged 1 commit into
fluent:masterfrom
fujimotos:sf/commit-varidation

Conversation

@fujimotos

Copy link
Copy Markdown
Contributor

We needed this in order to allow a commit message like this:

out_splunk: prioritize http basic auth over splunk token

In general, we refer to each plugin by "(in|out)_[a-z]*", so an
underscore should be included in the allowed list.

Signed-off-by: Fujimoto Seiji fujimoto@ceptord.net

We needed this in order to allow a commit message like this:

    out_splunk: prioritize http basic auth over splunk token

In general, we refer to each plugin by "(in|out)_[a-z]*", so an
underscore should be included in the allowed list.

Signed-off-by: Fujimoto Seiji <fujimoto@ceptord.net>
@fujimotos
fujimotos requested a review from niedbalski March 23, 2021 09:01
@bluebike

bluebike commented Mar 23, 2021

Copy link
Copy Markdown
Contributor

This PR's commit reproduces issue. Nice.
I got just this issue myself #2420

@niedbalski
niedbalski merged commit 37aa680 into fluent:master Mar 23, 2021
@fujimotos

fujimotos commented Mar 24, 2021

Copy link
Copy Markdown
Contributor Author

This PR's commit reproduces issue. Nice.

Yes, it was kinda neat.

I see a few PRs failing due to this issue. They should be all fine
from the next git push...

ADDENDUM: It seems that the "commit message" checker actually
looks at the title of PR (not the actual first line of the PR commit per se).
So it will require editing the PR title on GitHub to pass the check.

@fujimotos
fujimotos deleted the sf/commit-varidation branch March 24, 2021 04:40
@fujimotos fujimotos mentioned this pull request Mar 31, 2021
1 task
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.

3 participants