uriell/Firebase Function Decision Maker

Decide which functions should be deployed based on commit changes

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
GITHUB_TOKENA GitHub token to fetch the commit comparison and read file changes.yes
INDIVIDUAL_FUNCTION_GLOBA glob that matches individual function files.yes
FILE_CHANGES_FILTER_REGEXAn optional Regular Expression to filter your file changes.no
INDIVIDUAL_FUNCTION_REGEXAn optional Regular Expression to match your individual function files.no(functions/(?!index\.ts$).*\.ts|(.*)\.function\.ts)$
FULL_DEPLOYMENT_REGEXAn optional Regular Expression to match when a full deployment will be required.no((tsconfig|package).json|yarn.lock|src/(functions/)?index.ts)$
namedescription
FUNCTIONS_CHANGEDA colon-prefixed list of comma-separated function names to append to your "deploy --only functions"