Skip to content

Commit c9382dd

Browse files
committed
Install LGTM in quarkus-prettytime
1 parent 46ced25 commit c9382dd

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

quarkus-prettytime.tf

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,11 @@ resource "github_team_membership" "quarkus_prettytime" {
4444
username = each.value
4545
role = "maintainer"
4646
}
47+
48+
# Enable apps in repository
49+
resource "github_app_installation_repository" "quarkus_prettytime" {
50+
for_each = { for app in [local.applications.lgtm] : app => app }
51+
# The installation id of the app (in the organization).
52+
installation_id = each.value
53+
repository = github_repository.quarkus_prettytime.name
54+
}

0 commit comments

Comments
 (0)