Add multi-username activity support
This commit is contained in:
@@ -62,9 +62,16 @@ Copy `.env.example` to `.env` and edit values.
|
||||
|
||||
Required:
|
||||
|
||||
- `GITHUB_USERNAME`
|
||||
- `GITHUB_USERNAME` (supports a comma-separated list, for example `octocat,hubot`)
|
||||
- `GITEA_BASE_URL`
|
||||
- `GITEA_USERNAME`
|
||||
- `GITEA_USERNAME` (supports a comma-separated list)
|
||||
|
||||
Example:
|
||||
|
||||
```env
|
||||
GITHUB_USERNAME=octocat,hubot
|
||||
GITEA_USERNAME=alice,bob
|
||||
```
|
||||
|
||||
Optional:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user