feat(query): add callback for rollback of mutation on query cache #8223
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: pr labels | |
on: | |
pull_request_target: | |
types: | |
- ready_for_review | |
- opened | |
- synchronize | |
permissions: read-all | |
jobs: | |
labeler: | |
name: Auto-Label PRs | |
runs-on: ubuntu-latest | |
permissions: | |
pull-requests: write | |
steps: | |
- uses: fuxingloh/[email protected] |