[Bug] Pagination not working on Select2 field with morphOptions when only two pages of results #1197
This file contains 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 new bugs & PRs to This Week project | |
on: | |
issues: | |
types: | |
- opened | |
- transferred | |
pull_request: | |
types: | |
- opened | |
permissions: {} | |
jobs: | |
add-to-project: | |
name: Add new bugs and PRs to This Week project | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/add-to-project@main | |
with: | |
project-url: https://github.com/orgs/Laravel-Backpack/projects/13 | |
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }} |