Stale GitHub PRs email

This val is designed to identify and report stale pull requests (PRs) across specified GitHub repositories. It checks for PRs that haven't had any activity for a predefined number of days (default is 3 days) and sends an email summary of these PRs. The email contains details formatted in HTML, offering an overview of PRs requiring attention.

Usage

  1. Fork this val;
  2. Add the following environment variables:
    • githubRepos: comma separated list of repos to check
    • github: GitHub token
    • githubOwner: Owner name