Skip to content

Allow strawberry.auto to override all_fields=True | Allow Private Fields to work with strawberry.auto (all_fields=True is pending) #3848

Allow strawberry.auto to override all_fields=True | Allow Private Fields to work with strawberry.auto (all_fields=True is pending)

Allow strawberry.auto to override all_fields=True | Allow Private Fields to work with strawberry.auto (all_fields=True is pending) #3848

Workflow file for this run

name: Issue Manager
on:
schedule:
- cron: "0 0 * * *"
issue_comment:
types:
- created
issues:
types:
- labeled
pull_request_target:
types:
- labeled
workflow_dispatch:
jobs:
issue-manager:
runs-on: ubuntu-latest
steps:
- uses: tiangolo/issue-manager@2fb3484ec9279485df8659e8ec73de262431737d # 0.6.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
config: >
{
"info-needed": {
"delay": "P14D",
"message": "Hi, this issue requires extra info to be actionable. We're closing this issue because it has not been actionable for a while now. Feel free to provide the requested information and we'll happily open it again! 😊"
}
}