This n8n workflow automates the validation of deep links in Pull Requests (PRs) on GitHub. When a PR is opened or updated, the workflow triggers via a webhook, then clones the repository, executes a validation script, and formats the validation results into a markdown table. Finally, it posts this table as a comment directly on the GitHub PR, providing instant feedback on deep link integrity. This automation streamlines the review process for developers by quickly highlighting link issues during code reviews. It is especially useful for teams managing deep-linked content or apps where link validation is crucial before merging.
Automated PR Deep-Link Validator with GitHub Comments
Node Count | 0 – 5 Nodes |
---|---|
Nodes Used | executeCommand, function, github, set, webhook |
Reviews
There are no reviews yet.