Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import architecture docs repo into pulumi #337

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 44 additions & 0 deletions github-sync/github-data/sigstore/repositories.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,50 @@ repositories:
- Core Team
dismissalRestrictions:
- Core Team
- name: architecture-docs
owner: sigstore
description: "Specification of sigstore's architecture in an IETF internet-draft format"
homepageUrl: ""
defaultBranch: main
allowAutoMerge: true
allowMergeCommit: false
allowRebaseMerge: true
allowSquashMerge: true
archived: false
autoInit: false
deleteBranchOnMerge: true
hasDiscussions: true
hasDownloads: true
hasIssues: true
hasProjects: true
hasWiki: true
vulnerabilityAlerts: true
visibility: public
licenseTemplate: ""
topics: []
teams:
- name: architecture-doc-team
id: 6189278
permission: maintain
- name: triage
id: 5643322
permission: triage
branchesProtection:
- pattern: main
enforceAdmins: true
allowsDeletions: false
allowsForcePushes: false
requiredLinearHistory: true
requiredApprovingReviewCount: 1
requireCodeOwnerReviews: false
restrictDismissals: true
requireBranchesUpToDate: false
dismissStaleReviews: true
requireLastPushApproval: true
pushRestrictions:
- architecture-doc-team
dismissalRestrictions:
- architecture-doc-team
- name: community
owner: sigstore
description: General sigstore community repo
Expand Down
Loading