actions-marketplace-validations/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
Stalelast commit May 22, 2021
License
MIT
Runtime
Deprecated runtime

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/uriell_firebase-functions-deployment-decision@4fb94b19343f6709673f6c2abbc0b8658fb443d7 # no releases — HEAD as of 2026-07-12

tags can be moved; commit SHAs can't. why a SHA?

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"