Default page_size for GET /admin/clients reduced to 100 — undocumented breaking change #202
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: Synchronize with product board | |
| on: | |
| issues: | |
| types: | |
| - opened | |
| pull_request: | |
| types: | |
| - opened | |
| - ready_for_review | |
| jobs: | |
| automate: | |
| if: github.event.pull_request.head.repo.fork == false | |
| name: Add issue to project | |
| runs-on: ubuntu-latest | |
| timeout-minutes: 5 | |
| steps: | |
| - uses: ory-corp/planning-automation-action@v0.2 | |
| with: | |
| organization: ory-corp | |
| project: 5 | |
| token: ${{ secrets.ORY_BOT_PAT }} | |
| todoLabel: "Needs Triage" | |
| statusName: Status | |
| prStatusValue: "Needs Triage" | |
| issueStatusValue: "Needs Triage" | |
| includeEffort: "false" | |
| monthlyMilestoneName: Roadmap Monthly | |
| quarterlyMilestoneName: Roadmap |