What does the "triaged" label mean in PyTorch issues?

In some PyTorch GitHub issues, there is the “triaged” label attached.

The label description is:

This issue has been looked at a team member, and triaged and prioritized into an appropriate module

Does it mean the issue is already being handled by someone, and can I should skip this issue to avoid conflict or duplicated works?

The triaged label in PyTorch issues means the issue has been reviewed and categorized for further action.

No, you can still work on this issue but should discuss it with the module owners after the issue was triaged in case someone else is already working on it.

1 Like