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
{{ message }}
This repository was archived by the owner on Jul 11, 2023. It is now read-only.
Add GitHub Action to require size and kind labels (#4876)
* Add GitHub Action to require size and kind labels
Currently there is no enforcement of adding `size/*` or `kind/*` labels
to issues. This will help the project and collaborators understand the
type of issue, as well as a rough estimate of how long it is projected
to take to resolve.
This PR adds the workflow to mark issues with `size/needed` in the
absence of `size/*` labels, and `kind/needed` in the absence of `kind/*`
labels. This will only consider issues that are part of a milestone.
Signed-off-by: Thomas Stringer <[email protected]>
* Fix typo for configuration setting
Signed-off-by: Thomas Stringer <[email protected]>
0 commit comments