fix(compat): forward by_alias and by_name parameters in model_validate and sqlmodel_validate #1748
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Add to Project | |
| on: | |
| pull_request_target: # zizmor: ignore[dangerous-triggers] | |
| issues: | |
| types: | |
| - opened | |
| - reopened | |
| permissions: {} | |
| jobs: | |
| add-to-project: | |
| name: Add to project | |
| runs-on: ubuntu-latest | |
| timeout-minutes: 5 | |
| steps: | |
| - uses: actions/add-to-project@5afcf98fcd03f1c2f92c3c83f58ae24323cc57fd # v2.0.0 | |
| with: | |
| project-url: https://github.com/orgs/fastapi/projects/2 | |
| github-token: ${{ secrets.PROJECTS_TOKEN }} # zizmor: ignore[secrets-outside-env] |