neondatabase/Neon Schema Diff GitHub Action

Create GitHub Pull Request comments with the schema diff between two branches

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github-tokenThe GitHub token used to create an authenticated clientno${{ github.token }}
project_idThe project idyes
compare_branchThe compare branch name or id (downstream branch)yes
api_keyThe Neon API keyyes
base_branchThe base branch name or id (upstream branch)no
api_hostThe Neon API Hosthttps://console.neon.tech/api/v2
databaseThe database nameneondb
timestampThe timestamp of the downstream branch to compare against. Leave it empty to compare against the latest changes in your compare branch
lsnThe LSN of the downstream branch to compare against. Leave it empty to compare against the latest changes in your compare branch
namedescription
diffThe schema diff SQL patch
comment_urlThe url of the comment containing the schema diff