-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Add ability to self-assign issues for non-committers #21719
Conversation
Can one of the admins verify this patch? |
1 similar comment
Can one of the admins verify this patch? |
R: @lostluck |
LGTM |
2. Comment ".take-issue" on the issue. This will cause the issue to be assigned to you. | ||
When you've completed the issue, you can close it by commenting ".close-issue". | ||
If you are a committer and would like to assign an issue to a non-committer, they must comment | ||
on the issue first; please tag the user asking them to do so or to comment ".take-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.
How would a committer ask non-committers to comment ".take-issue", without it causing the issue to be assigned to the committer?
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.
That's a good point - that's a limitation as currently implemented.
I added #21755 to address that limitation, it will ignore comments like .take-issue
Right now, non-committers can't self assign issues - this allows them to do so by commenting .take-issue.
Example of this working - damccorm/playground#3
Addresses #21684
Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:
R: @username
).CHANGES.md
with noteworthy changes.See the Contributor Guide for more tips on how to make review process smoother.
To check the build health, please visit https://github.com/apache/beam/blob/master/.test-infra/BUILD_STATUS.md
GitHub Actions Tests Status (on master branch)
See CI.md for more information about GitHub Actions CI.