Inverted VirtualizedList scrolls backwards when the wheel target is the scroller itself #519
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: labels | |
| on: | |
| issues: | |
| types: [labeled, unlabeled] | |
| pull_request: | |
| types: [labeled, unlabeled] | |
| permissions: | |
| contents: read | |
| issues: write | |
| pull-requests: write | |
| jobs: | |
| label-actions: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v3 | |
| - uses: dessant/label-actions@v3 | |
| with: | |
| config-path: .github/labels-config.yml | |
| github-token: ${{ github.token }} |