harshanarayana/Sanic Actions

GitHub Actions to Manage sanic-org repositories

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
actionKind of Operation Being Performed using the Actions. Tests/Docs/SanityCheck/Analysisno""
test-infra-toolName of the Test Management Infrastructure. Defaults to Toxnotox
test-infra-versionVersion of the Test Management infrastructurenolatest
test-additional-argsAdditional Arguments to be passed onto the Test Infrano""
test-tool-install-forceForce Install the Test tool even if the Env does not need itnofalse
test-failure-retryNumber of Retries to be performed on a failed tests. This is to account for some flaky testsno0
linter-infra-toolTool used to perming linting operation on the repositorynoblack
linter-infra-versionInstall a specific version of linter tool chain as requirednolatest
linter-additional-argsAdditional Override argument to be passed to the Linterno""
python-versionVersion range or exact version of a Python version to use, using SemVer's version range syntax.yes3.x
architectureThe target architecture (x86, x64) of the Python interpreter.no
tokenUsed to pull python distributions from actions/python-versions. Since there's a default, this is typically not supplied by the user.no${{ github.token }}
package-infra-namePython Package Publisher toolchainnotwine
package-infra-versionVersion of the package publishing Infra to usenolatest
pypi-userPyPi User name while publishing Packageno##DEFAULT##
pypi-user-passwordPyPi User password while publishing packageno##DEFAULT##
pypi-access-tokenPyPI Access token if you want to bypass user and passwordno##DEFAULT##
pypi-package-dirDirectory to use for creating Dist packagesnopydist
pypi-verify-metadataVerify package metadata before publishingnotrue
pypi-skip-existingSkip If the Version of the package already exists for publishingnotrue
pip-versionUse a specified version of Pip for Setting up the infranolatest
docker-file-suffixSuffix for the Dockerfile in Dockerfile-<suffix> formatno""
docker-image-prefixCommon Prefix used to append to the generated image tagno""
tag-image-as-latestTag Image using the base Prefix and tag as latestnotrue
registry-urlName of the Docker or any other registry to use for pushing docker imagesnodocker.io
registry-auth-userDocker Registry user for publishing the Imagenomyfakeuser
registry-auth-passwordPassword to authenticate against the docker registrynomyfakepassword
push-imagesPush Generated Docker Image to upstreamnofalse
docker-image-base-nameBase Image path for pushing the dockernosanicframework/sanic
docker-image-tagCustom Image tag to use for publishing Docker imagesno""
docker-build-argsBuild Args to use for generating Docker Imagesno""
dockerfile-base-dirIn case if you have the docker file defined in sub path, you can specify that directoryno.
image-infra-toolTool chain to use for building docker imagesnodocker
ignore-python-setupIgnore Setting up Python infra if you are running just docker buildsnofalse
spellcheck-infra-nameName of the Spell Check Infra used. (Currently supported tools are only python based)nopyspelling
spellcheck-infra-versionVersion of the spell check infra to installnolatest
spellcheck-additional-argsAdditional Argument to be passed for performing Spell checkno""
spellcheck-ignore-errorsIgnore Spell Check errors and do not fail the tasknofalse
spellcheck-forceForce Spell check to Run Always if the action is set to spellchecknotrue
comment-rebase-patternRebase Comment Pattern Indicatorno.*\@bot\s+\/rebase.*
git-access-tokenGitHub Access Token for interacting with Git Infrano""
experimental-ignore-errorEnable Experimental Python Workflow where errors can be ignorednofalse
command-timeoutTimeout for Individual Command so that It can be terminated internallyno0
namedescription
python-versionThe installed python version. Useful when given a version range as input.
test-infra-versionCurrently installed version of the Test Infra Package
linter-infra-versionVersion of the Linter tool configured
pip-versionVersion of the Pip Package Installed
package-infra-versionPackage Deployment Infra Version
image-infra-versionVersion of the Infra used to build the docker images
image-infra-generated-listList of Docker images in the infra after the generation was done
spellcheck-infra-versionVersion of the Spell Check Infra used