Skip to content

Bump org.jetbrains.intellij from 1.13.1 to 1.17.4 #49

Bump org.jetbrains.intellij from 1.13.1 to 1.17.4

Bump org.jetbrains.intellij from 1.13.1 to 1.17.4 #49

Workflow file for this run

name: PR Labeler
on:
pull_request:
types: [ opened ]
permissions: write-all
jobs:
pr-labeler:
runs-on: ubuntu-latest
steps:
- uses: TimonVS/pr-labeler-action@v4
with:
configuration-path: .github/pr-labeler.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}