mirror of
https://github.com/apache/superset.git
synced 2026-04-25 11:04:48 +00:00
docs: add information about ephemeral environments (#32600)
This commit is contained in:
committed by
GitHub
parent
85d51f5c9a
commit
9ea58381f4
6
.github/workflows/ephemeral-env.yml
vendored
6
.github/workflows/ephemeral-env.yml
vendored
@@ -126,7 +126,11 @@ jobs:
|
||||
throw new Error("Issue number is not available.");
|
||||
}
|
||||
|
||||
const body = `@${user} Processing your ephemeral environment request [here](${workflowUrl}). Action: **${action}**.`;
|
||||
const body = `@${user} Processing your ephemeral environment request [here](${workflowUrl}).` +
|
||||
` Action: **${action}**.` +
|
||||
` More information on [how to use or configure ephemeral environments]` +
|
||||
`(https://superset.apache.org/docs/contributing/howtos/#gitHub-ephermeral-environments)`;
|
||||
|
||||
|
||||
await github.rest.issues.createComment({
|
||||
owner: context.repo.owner,
|
||||
|
||||
Reference in New Issue
Block a user