chore: bump @ag-grid-enterprise/core from 32.3.2 to 32.3.3 in the ag-grid group #8163
Workflow file for this run
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] |