Skip to content

Bump org.jetbrains:annotations from 24.1.0 to 25.0.0 #34

Bump org.jetbrains:annotations from 24.1.0 to 25.0.0

Bump org.jetbrains:annotations from 24.1.0 to 25.0.0 #34

Workflow file for this run

name: Labeler
on: [pull_request_target]
jobs:
labeler:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"