Allow hybrid_property, hybrid_method and association_proxy on SQLModel classes #1670
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] |