This n8n workflow automates the monitoring of GitHub forked repositories by tracking their synchronization status with upstream repositories. When triggered manually or via a Telegram command, it retrieves a list of repositories, filters for forks, and checks if they are ahead or behind their upstreams. The workflow then compiles a report detailing the status of each forked repository, highlighting those that are ahead or behind, and sends this report via Telegram. This process helps developers and teams keep their forks up-to-date and manage their repositories efficiently.
GitHub Forked Repo Status Monitoring Workflow
Node Count | 11 – 20 Nodes |
---|---|
Nodes Used | code, filter, github, httpRequest, if, manualTrigger, merge, splitInBatches, stickyNote, telegram, telegramTrigger |
Reviews
There are no reviews yet.