-
Notifications
You must be signed in to change notification settings - Fork 70
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
auto assign external actors issues #3111
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: avifenesh <[email protected]>
Signed-off-by: avifenesh <[email protected]>
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 dont think making a distinction on what constitutes "User" issue basing on commits existence and org affiliation is an incorrect approach.
If i understand correctly, the intent is to mark issues that are potentially blocks the users as opposed to issues that are discovered by developers.
IMHO, a more straightforward and convenient way would be one of the following options:
-
Have a template for opening a "Production" or "User pain" issue - i think that "User pain" template nails the purpose exactly.
-
Note in the issue template that for blocking issue the opener should add "User pain" label
@ikolomi It's a "User issue". Note that the next step, while ready, is to auto-assign on caller to those so he gets a notification directly. |
Issue link
This Pull Request is linked to issue #2732
This pull request introduces a new GitHub Actions workflow for issue triage. The workflow is designed to automatically label issues created by non-contributors, helping to streamline the issue management process.
Key changes include:
.github/workflows/issue-triage.yml
: Added a new workflow named "Issue Triage" that triggers on newly opened issues. This workflow checks if the issue creator is a contributor and labels the issue accordingly if they are not.The change can be tested just after it will be merged, hence currently is untested
Checklist
Before submitting the PR make sure the following are checked: