Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Implement "conversation lock" for issue comments #5073
Implement "conversation lock" for issue comments #5073
Changes from all commits
09d170a
59b2c1f
8b6afb3
2496762
af23f1c
815e6ce
e0698fd
15b8ed5
fbaa69e
08f7d16
4a09287
f4578b8
41cb4ef
808aebc
c596b9d
d7e6c0a
f517a61
f4c5d3d
40ec39f
6930064
53becb7
7abf90f
6b633c1
52da337
b8b2103
642d320
ca444dd
2b44d24
e9b48f7
cdda82f
d9ad8ec
24f68fe
d902bd4
59ed8be
0268e90
b23ce7e
b25d7e7
e8e13fa
d3e1556
e6779a6
f003778
3272f1e
fec9e37
2e3502f
6d181e7
865c618
67d6dc7
25efb71
29cf5f0
a2d0191
e85b63b
8315601
7cd2563
e308329
09d5eb7
3f7b816
aefe3bc
10dcb9c
5e979e5
48bff7d
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Maybe add this to
Validate
.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 think it is better if explicit enough ( I have a couple merged PRs that follow this route though ) .. And that regular
Validate
is just meant for validating the struct bindings..I wouldn't want to mess with
bindings.Error
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.
Thoughts @JonasFranzDEV ?
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.
Nudge
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.
ping @jonasfranz
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.
What do you think about making it an option whether or not a repo writer can still comment on a locked issue?
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.
Sounds nice.
Will this potentially be a global config or an option set at the point of locking the issue ?
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'd make a global option (in the config file) and then a setting in the repo to overwrite the global default.
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.
So, what about this? I think it'd be ok if we move the configuration to another pr.
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.
@kolaente this PR is already long history, let's move such option to other PR
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.
@lafriks sounds good!