Skip to content

Commit

Permalink
feat:Add ENABLED_REMOVE_ENTERPRISE_MEMBER variable
Browse files Browse the repository at this point in the history
Signed-off-by: Jerrico Dela Cruz <94591636+jerricotandelacruz@users.noreply.github.com>
  • Loading branch information
jerricotandelacruz committed Nov 19, 2024
1 parent d382891 commit 2e4fde4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .bicep/webapp/parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
"EXEMPTION": "",

"ENABLED_REMOVE_COLLABORATORS": "",
"ENABLED_REMOVE_ENTERPRISE_MEMBER": "",

"ORGANIZATION_NAME":"",
"REGIONAL_ORG_PREFIX": "",
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/setup-appservice-resource.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ jobs:
parameters.appServiceSettings.value.COPILOT_GROUP_SLUG : ${{ vars.COPILOT_GROUP_SLUG }}
parameters.appServiceSettings.value.EXEMPTION : ${{ vars.EXEMPTION }}
parameters.appServiceSettings.value.ENABLED_REMOVE_COLLABORATORS : ${{ vars.ENABLED_REMOVE_COLLABORATORS }}
parameters.appServiceSettings.value.ENABLED_REMOVE_ENTERPRISE_MEMBER : ${{ vars.ENABLED_REMOVE_ENTERPRISE_MEMBER }}
parameters.appServiceSettings.value.ORGANIZATION_NAME : ${{ vars.ORGANIZATION_NAME }}
parameters.appServiceSettings.value.REGIONAL_ORG_PREFIX: ${{ vars.REGIONAL_ORG_PREFIX }}
parameters.appServiceSettings.value.LINK_INNERSOURCE_GENERAL_LEGAL_GUIDELINES : ${{ vars.LINK_INNERSOURCE_GENERAL_LEGAL_GUIDELINES }}
Expand Down
1 change: 1 addition & 0 deletions src/goapp/.env.template
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ EXEMPTION=""
ENABLED_REMOVE_COLLABORATORS=<Defaults to false>
ENABLED_REPO_OWNER_SCAN=<Defaults to false>
ENABLED_INDEX_ORG_REPO=<Defaults to false>
ENABLED_REMOVE_ENTERPRISE_MEMBER=<Defaults to false>
ORGANIZATION_NAME=""
LINK_INNERSOURCE_GENERAL_LEGAL_GUIDELINES=""
LINK_INNERSOURCE_GENERAL_GUIDELINES=""
Expand Down

0 comments on commit 2e4fde4

Please sign in to comment.