Skip to content

Commit

Permalink
chore: add jeroenduc
Browse files Browse the repository at this point in the history
  • Loading branch information
matijs authored and Robbert committed May 2, 2024
1 parent e6b692f commit e404edb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
8 changes: 8 additions & 0 deletions gebruikersonderzoeken.tf
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,14 @@ resource "github_branch_protection" "gebruikersonderzoeken-main" {
allows_force_pushes = false
lock_branch = false

restrict_pushes {
blocks_creations = false
push_allowances = [
"${data.github_organization.nl-design-system.orgname}/${github_team.kernteam-maintainer.name}",
"/${data.github_user.jeroenduc.name}"
]
}

required_status_checks {
strict = false
contexts = ["Lint code", "Build"]
Expand Down
4 changes: 4 additions & 0 deletions user.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ data "github_user" "jeffreylauwers" {
username = "jeffreylauwers"
}

data "github_user" "jeroenduc" {
username = "JeroenduC"
}

data "github_user" "matijs" {
username = "matijs"
}
Expand Down

0 comments on commit e404edb

Please sign in to comment.