Skip to content
FlowHubFluxonLab
GitHub
GitHubfree

Automate assigning GitHub issues

by manoharadapted from n8n official workflow galleryUpdated Aug 2026
RequiresGitHubGitHub
Share Post Share
SwSwitchIfIF no assignee?NONoOpIfIF wants to work?IF wants to wor…IfIF not assigned?Assign Issue CreatorAssign Issue Cr…Add CommentNONoOp1Assign CommenterGithub Trigger1123456789
1/5
STEPS · 9
Starts on a Github event

This workflow assigns a user to an issue if they include "assign me" when opening or commenting. To use this workflow you will need to update the credentials used for the Github nodes.

Tags

n8nreference-onlygithub
Connects
githubGitHub
CategoryGitHub
Triggermanual
Complexitymedium
Nodes10
AddedFeb 7, 2022

Related workflows

See all GitHub
githubW
free

Backup workflows to GitHub

Note: This workflow uses the internal API which is not official. This workflow might break in the future. The workflow executes every night at 23:59. You can configure a different time bin the Cron node. Configure the GitHub nodes with your username, repo name, and the file path. In the HTTP Request nodes (making a request to localhost:5678), create Basic Auth credentials with your n8n instance username and password.

by Harshil Agrawal
githubzendesk
free

Sync Zendesk tickets with subsequent comments to GitHub issues

This workflow creates a GitHub issue when a new ticket is created in Zendesk. Subsequent comments on the ticket in Zendesk are added as comments to the issue in GitHub. Prerequisites Zendesk account and Zendesk credentials. GitHub account and GitHub credentials. GitHub repository to create issues in. How it works The workflow listens for new tickets in Zendesk. When a new ticket is created, the workflow creates a new issue in GitHub. The GitHub issue number is then saved in one of the ticket's fields (in setup we call this "GitHub Issue Number"). The next time a comment is added to the ticket, the workflow retrieves the GitHub issue number from the ticket's field and adds the comment to the issue in GitHub. Setup This workflow requires that you set up a webhook in Zendesk. To do so, follow the steps below: In the workflow, open the On new Zendesk ticket node and copy the webhook URL. In Zendesk, navigate to Admin Center > Apps and integrations > Webhooks > Actions > Create Webhook. Add all the required details which can be retrieved from the On new Zendesk ticket node. The webhook URL gets added to the “Endpoint URL” field, and the “Request method” should match what is

by n8n Team
github
free

Get the community profile of a repository

Explore this workflow on its official n8n template page.

by sshaligr