You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: doc/tools/PRWatcher.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,9 @@
2
2
PRWatcher includes Watch-PRTitles, to give information about pull requests (PRs) from watching their titles in your clipboard. To use, load the file contents into your PowerShell application through your desired means. (Copy/paste, Import-Module, include in Profile, et cetera.) Then run "Watch-PRTitles" and the script will monitor your clipboard, attempting to parse PackageIdentifiers and version numbers, and comparing these to WinGet's public manifest.
3
3
4
4
## Utility Functions
5
-
Additionally included are utility functions:
6
-
- Get-CleanClip to extract the PackageIdentifier.
7
-
- Search-WinGetManifest to streamline non-interactive WinGet search.
5
+
Additionally included are utility functions:
6
+
- Get-CleanClip to extract the PackageIdentifier.
7
+
- Search-WinGetManifest to streamline non-interactive WinGet search.
8
8
9
9
These are library functions also used in other Manual Validation functions, as part of the philosophy of building a declarative layer to handle operations and build objects, and an imperative layer on top to orchestrate operations. These utility functions are in the declarative layer, while Watch-PRTitles is in the imperative layer.
10
10
@@ -16,16 +16,16 @@ This script uses Auth.csv to provide hints to help a PR approver identify packag
16
16
17
17
## Features
18
18
- Logging of valid PR titles, filtering on PR # at the end.
19
-
- Default semantic versioning for more accurate versions. Failback to string-based versioning is planned to be working again soon.
19
+
- Default semantic versioning for more accurate versions. Fail-back to string-based versioning is planned to be working again soon.
20
20
- "Automatic removal" clipboard insertion of output, to paste as PR comment confirming that the newer version is already available through WinGet.
21
21
22
22
# Command Line Arguments
23
-
PRWatcher provides additional arguments for more specific functionality.
23
+
PRWatcher provides additional arguments for more specific functionality.
This setting prevents logging the PR title if the package isn't already in the WinGet public manifest. This allows for streamlining acceptance of existing package upgrades, so an approver can skip new packages for more thorough examination later.
28
+
This setting prevents logging the PR title if the package isn't already in the WinGet public manifest. This allows for streamlining acceptance of existing package upgrades, so an approver can skip new packages for more thorough examination later.
29
29
30
30
## -authFile
31
31
Location of Auth.csv - defaults to current path location. This might become a built-in web location in future versions.
0 commit comments