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

Redo: Override GSA-TTS .allstar config #562

Closed
wants to merge 3 commits into from
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
21 changes: 20 additions & 1 deletion .allstar/branch_protection.yaml
Original file line number Diff line number Diff line change
@@ -1 +1,20 @@
dismissStale: false
# Branch protection rules
# Implements AC-2 (part g): requires peer review by at least
# one other team member for the production “main/master” branch.
# AC-2 (part k): cans, checks, and branch protection policies are enforced
# configurations through the GSA-TTS Github Allstar implementation.
# SI-7 Software, Firmware, and Information Integrity
optConfig:
disableRepoOverride: false
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we be concerned about drift if this means changes in the upstream rules won't be captured here?

optOutStrategy: true
action: issue
# Policies
approvalCount: 1
blockForce: true
dismissStale: false # Login.gov override
enforceDefault: true
enforceOnAdmins: true
optOutArchivedRepos: true
requireApproval: true
requireSignedCommits: true # SI-7
requireUpToDateBranch: true
Loading