File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ The Docker setup can be configured by setting the following environment variable
131131| ` GITHUB_APP_PRIVATE_KEY ` | Private key for the GitHub App | ` -----BEGIN RSA PRIVATE KEY-----... ` |
132132| ` GITHUB_APP_INSTALLATION_ID ` | Installation ID for the GitHub App | ` 1337 ` |
133133| ` GITHUB_TOKEN ` | GitHub Token for the GitHub App | |
134- | ` GOVERNANCE_TEAM_GITHUB_HANDLES ` | github handles of the governance team | 'galen-mcandrew ' |
134+ | ` GOVERNANCE_TEAM_GITHUB_HANDLES ` | github handles of the governance team | 'Kevin-FF-USA,Amin-Foundation ' |
135135| ` GOVERNANCE_REVIEW_ADDRESSES ` | Wallet addresses of people on the Fil+ governance team | 'f1..., f1....' |
136136| ` RKH_ADDRESSES ` | Wallet addresses of Root Key Holders | 'f1..., f1....' |
137137| ` MA_ADDRESSES ` | Addresses of contracts controlling Metaallocator Pathways | ' 0xB6F5d279AEad97dFA45209F3E53969c2EF43C21d |
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ export class MessageService {
110110Your application is currently under review by the Fil+ governance team.
111111
112112### ✏️ Making Changes
113- If you would like to propose changes to your application, please do so by making comments on this PR tagging @galen-mcandrew .
113+ If you would like to propose changes to your application, please do so by making comments on this PR tagging @Kevin-FF-USA and @Amin-Foundation .
114114The governance team will review your comments and make any necessary adjustments.
115115
116116💬 Please be prepared to respond to any questions or requests for clarification.
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ export default {
4242 // GitHub handles & wallets for the governance team
4343 GOVERNANCE_TEAM_GITHUB_HANDLES : process . env . GOVERNANCE_TEAM_GITHUB_HANDLES
4444 ? process . env . GOVERNANCE_TEAM_GITHUB_HANDLES . split ( ',' ) . map ( handle => handle . trim ( ) )
45- : [ 'galen-mcandrew ' , 'Kevin-FF-USA ' ] ,
45+ : [ 'Kevin-FF-USA ' , 'Amin-Foundation ' ] ,
4646 GOVERNANCE_REVIEW_ADDRESSES : process . env . GOVERNANCE_REVIEW_ADDRESSES
4747 ? process . env . GOVERNANCE_REVIEW_ADDRESSES . split ( ',' ) . map ( handle => handle . trim ( ) )
4848 : [ ] ,
You can’t perform that action at this time.
0 commit comments