File: PRReviewReminder.md

package info (click to toggle)
azure-devops-cli-extension 1.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 20,384 kB
  • sloc: python: 160,782; xml: 198; makefile: 56; sh: 51
file content (15 lines) | stat: -rw-r--r-- 384 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# PR Review Reminder

## When to use

PRs where user is added as a reviewer and have not commented in last n days can be detected using this script.

## How to use

### Script Mode

1. Invoke the Script with required params-

```cmd
.\PRReviewReminder.ps1 -organization https://dev.azure.com/fabrikam -username user@fabrikam.com -notReviewedInLastNDays 1 -project fabrikamProject
```