Skip to content

Commit

Permalink
fields and clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
denelon authored Aug 28, 2024
1 parent a3b9b1c commit 10427c0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions doc/spec/auto-approve.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,16 @@ issue id: <github issue id>
## Abstract

[comment]: # Outline what this spec describes
This specification defines criteria for auto-approval of PRs for a subset of packages in an allow list. These auto-approvals will be limited to packages in the allow list only when a limited set of properties have been modified. These would include package version, package URL (filtered by logic for installer URLs on the same domain and path), and the Installer SHA256.
This specification defines criteria for auto-approval of PRs for a subset of packages in an allow list. These auto-approvals will be limited to packages in the allow list only when a limited set of properties have been modified. These would include:
* Package version
* Package URL (filtered by logic for installer URLs on the same domain and path)
* Installer SHA256
* Product Code

## Inspiration

[comment]: # What were the drivers/inspiration behind the creation of this spec.
Several packages have rich metadata and when new versions are added, the only changes are the installer portion of the URL, the Installer SHA256 the package version.
Several packages have rich metadata and when new versions are added, the only changes are the installer metadata and other fields necessary to support the new version. Descriptive fields and other optional values require manual review.

## Solution Design

Expand Down

0 comments on commit 10427c0

Please sign in to comment.