tinted-theming / home

Style systems and smart build tooling for crafting high fidelity color schemes and easily using them in all your favorite apps.
MIT License
252 stars 12 forks source link

Add auto-assign-issues github workflow #91

Closed JamyGolden closed 1 week ago

JamyGolden commented 5 months ago

I use this workflow on Tinty to auto assign people to newly created issues on the repo. Unfortunately we have to hard-code our usernames as assignees into the workflow but I spent some time trying to figure out how to get it to work by providing github org teams as assignees and having the the workflow assign one or many people to the issue (trying to mimic the functionality github has built into it with pull requests) but either I'm missing something obvious or it's not something that has been turned into a github action. I did find one action which claimed it could do it, but I wasn't able to get it to work.

Anyway, this should at least have us notified when issues are created here.

JamyGolden commented 1 week ago

I've managed to get it to tag teams instead of specific people so merging now. I'm making it tag 3 admins for every issue.