a7548cd1e6
When commenting "merge translations" in a PR, it: - Creates a new 'translations' branch if it doesn't exist - Creates a PR for the 'translations' branch if it doesn't exist - Changes the PR's base to 'translations' - Merges the PR, if it's mergable
9 lines
236 B
Text
9 lines
236 B
Text
# The ID of your GitHub App
|
|
APP_ID=
|
|
WEBHOOK_SECRET=development
|
|
|
|
# Use `trace` to get verbose logging or `info` to show less
|
|
LOG_LEVEL=debug
|
|
|
|
# Go to https://smee.io/new set this to the URL that you are redirected to.
|
|
WEBHOOK_PROXY_URL=
|