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:
Amit Miran
2021-01-11 16:09:10 +02:00
committed by GitHub
parent c61167d2f7
commit 4cf3f99ee8
8 changed files with 195 additions and 212 deletions

View File

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

View File

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