File: PRReviewReminder.md

package info (click to toggle)
azure-devops-cli-extension 1.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 22,680 kB
  • sloc: python: 160,797; xml: 198; sh: 61; makefile: 56
file content (15 lines) | stat: -rw-r--r-- 384 bytes parent folder | download | duplicates (3)
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
```