Skip to content

explicitly disable pagination for useSelect #500

explicitly disable pagination for useSelect

explicitly disable pagination for useSelect #500

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:
permissions:
issues: write
pull-requests: write
jobs:
issue-manager:
runs-on: ubuntu-latest
steps:
- uses: tiangolo/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
config: >
{
"answered": {
"delay": 604800,
"message": "It seems the issue was answered, closing this now."
},
"waiting": {
"delay": 60400,
"message": "Closing after 7 days of waiting for the additional info requested."
}
}