Skip to content

Commit 90c8d79

Browse files
authored
Merge pull request #132 from JAG-UK/dev/remove-galen
Switch out gov team handles
2 parents c9fc7d2 + cb566f9 commit 90c8d79

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 |

packages/application/src/application/services/message.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ export class MessageService {
110110
Your 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.
114114
The 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.

packages/application/src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
: [],

0 commit comments

Comments
 (0)