Assign GitHub issues faster and keep queues clear. When a new issue is opened or someone comments assign me, the right person gets assigned without manual work. Perfect for engineering teams and open source projects that need quick triage.
An event from GitHub starts the flow for issues and issue comments. A switch checks if the action is opened or created. For new issues, it confirms there is no assignee and the issue body asks to assign me. If both are true, it assigns the issue creator and adds an assigned label. For comments, it looks for the words assign me and makes sure the issue is still unassigned. If yes, it assigns the commenter. If not, it posts a reply that names the current assignee so everyone is aligned. A regex match finds assign me in different forms and cases.
You need GitHub access with permission to manage issues and OAuth2 connected in n8n. Expect faster triage, fewer handoffs, and clear rules on who gets what. Great for first come first served queues, hackathon tasks, and internal bug intake. Most teams see less noise in threads and a smoother path from request to work.