-
Notifications
You must be signed in to change notification settings - Fork 90
Add option to disable checking issue links in commits #1966
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would find it more intuitive if the option disabled commit checking, rather than allowed issues in commits (e.g. check-commits = false
), but it's not super important. Feel free to merge as is.
42723d6
to
a0946d7
Compare
Switched to |
Disable warnings when crosslinking issues, since we do want contributors to do this. Cc: rust-lang/triagebot#1966
Disable warnings when crosslinking issues, since we do want contributors to do this. Cc: rust-lang/triagebot#1966
Disable warnings when crosslinking issues, since we do want contributors to do this. Cc: rust-lang/triagebot#1966
It looks like this added a new config option. Can you make sure this gets added to the documentation? |
Disable warnings when crosslinking issues, since we do want contributors to do this. Cc: rust-lang/triagebot#1966 (backport <rust-lang#4444>) (cherry picked from commit 6a8609c)
Disable warnings when crosslinking issues, since we do want contributors to do this. Cc: rust-lang/triagebot#1966 (backport <rust-lang#4444>) (cherry picked from commit 6a8609c)
This PR adds an option (
) to disable checking issue links in commits, this was requested in #1965 by @tgross35.allowed-in-commits
More context in #1965 (comment), but summary: repository that aren't subtrees in r-l/r don't necessarily need to prevent issue links in commits.
Fixes #1965