fix(deps): update kotlin and compiler plugins #1569
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: "Label Pull Request" | |
| on: | |
| pull_request: | |
| merge_group: | |
| jobs: | |
| triage: | |
| permissions: | |
| contents: read | |
| pull-requests: write | |
| runs-on: ubuntu-latest | |
| steps: | |
| # see https://github.com/actions/labeler | |
| - uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5 | |
| with: | |
| configuration-path: ".github/labeler-config.yml" | |
| repo-token: "${{ secrets.GITHUB_TOKEN }}" | |
| # automatically remove labels if the PR changed and made them invalid | |
| sync-labels: true |