zlacker

[return to "Why users cannot create Issues directly"]
1. bsnnkv+xp[view] [source] 2026-01-02 06:06:01
>>xpe+(OP)
I'm a fan of this. My own projects on GitHub have an action[1] which autocloses and autolocks any opened issues until they have been reviewed and accepted by me, and I only consider feature requests from sponsors.

The real miss here is that there isn't a way on GitHub to only allow maintainers to create issues, instead we are left with these subpar workarounds.

[1]: https://github.com/LGUG2Z/komorebi/blob/master/.github/workf...

◧◩
2. rarkin+qu3[view] [source] 2026-01-03 07:47:05
>>bsnnkv+xp
1. Set a default label for issues (e.g. “autoclose”) 2. Make your auto closing and locking logic based on that label (eg the label-actions github action) 3. As a maintainer, remember to remove the label when creating an issue!
[go to top]