You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but it could be cumbersome if an issue is created by a team member who already knows the issue categories and can add the label at issue creation time. We need a slightly more sophisticated check, e.g. if an issue already has nonzero labels, before adding the triage label. (In order to ensure this logic works, we should also disable external contributors' ability to tag any label themselves.)
The text was updated successfully, but these errors were encountered:
Right now we add the
triage
label whenever an issue is opened or reopenedcuda-python/.github/workflows/triagelabel.yml
Lines 2 to 6 in e1e3325
but it could be cumbersome if an issue is created by a team member who already knows the issue categories and can add the label at issue creation time. We need a slightly more sophisticated check, e.g. if an issue already has nonzero labels, before adding the triage label. (In order to ensure this logic works, we should also disable external contributors' ability to tag any label themselves.)
The text was updated successfully, but these errors were encountered: