docs: add information about ephemeral environments (#32600)

This commit is contained in:
Maxime Beauchemin
2025-03-11 15:26:54 -07:00
committed by GitHub
parent 85d51f5c9a
commit 9ea58381f4
2 changed files with 29 additions and 1 deletions

View File

@@ -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,