Skip to content

Commit

Permalink
Add more required CI to model_transparency. (#478)
Browse files Browse the repository at this point in the history
These are added and tested in
sigstore/model-transparency#283.

We only require Linux checks for the model signing library and
linting/py-style.

Signed-off-by: Mihai Maruseac <mihaimaruseac@google.com>
  • Loading branch information
mihaimaruseac authored Aug 14, 2024
1 parent ecec091 commit 52def62
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion github-sync/github-data/sigstore/repositories.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -974,7 +974,12 @@ repositories:
restrictDismissals: true
requireLastPushApproval: true
statusChecks:
- DCO # TODO: probably need to add more to match with all the other checks we enforce
- DCO
- Lint / Lint whitespace (pull_request)
- Lint / Python lint (pull_request)
- Lint / Type Check (pull_request)
- Run unit tests / Signing with Python 3.11 on Linux (pull_request)
- Run unit tests / Signing with Python 3.12 on Linux (pull_request)
pushRestrictions:
- model-transparency-codeowners
dismissalRestrictions:
Expand Down

0 comments on commit 52def62

Please sign in to comment.