mirror of
https://github.com/apache/superset.git
synced 2026-04-07 10:31:50 +00:00
chore: remove additional incubator references (#12336)
* chore: remove additional incubator references remove incubator.png from the main docs page * fix: improve text for contributing-page.mdx * fix: lint no-unused-vars
This commit is contained in:
@@ -21,7 +21,7 @@ Manually cancel previous GitHub Action workflow runs in queue.
|
||||
Example:
|
||||
# Set up
|
||||
export GITHUB_TOKEN=394ba3b48494ab8f930fbc93
|
||||
export GITHUB_REPOSITORY=apache/incubator-superset
|
||||
export GITHUB_REPOSITORY=apache/superset
|
||||
|
||||
# cancel previous jobs for a PR
|
||||
./cancel_github_workflows.py 1042
|
||||
@@ -42,7 +42,7 @@ from dateutil import parser
|
||||
from typing_extensions import Literal
|
||||
|
||||
github_token = os.environ.get("GITHUB_TOKEN")
|
||||
github_repo = os.environ.get("GITHUB_REPOSITORY", "apache/incubator-superset")
|
||||
github_repo = os.environ.get("GITHUB_REPOSITORY", "apache/superset")
|
||||
|
||||
|
||||
def request(method: Literal["GET", "POST", "DELETE", "PUT"], endpoint: str, **kwargs):
|
||||
@@ -111,7 +111,7 @@ Date: {date_str}
|
||||
@click.option(
|
||||
"--repo",
|
||||
default=github_repo,
|
||||
help="The github repository name. For example, apache/incubator-superset.",
|
||||
help="The github repository name. For example, apache/superset.",
|
||||
)
|
||||
@click.option(
|
||||
"--event",
|
||||
|
||||
@@ -20,4 +20,4 @@
|
||||
|
||||
# usage: ./github-changes 0.20.0 0.20.1
|
||||
# will overwrites the local CHANGELOG.md, somehow you need to merge it in
|
||||
github-changes -o apache -r incubator-superset --token $GITHUB_TOKEN --between-tags $1...$2
|
||||
github-changes -o apache -r superset --token $GITHUB_TOKEN --between-tags $1...$2
|
||||
|
||||
Reference in New Issue
Block a user