Skip to content

upd(pycharm-community-bin): 2024.2.3 -> 2024.3 #3995

upd(pycharm-community-bin): 2024.2.3 -> 2024.3

upd(pycharm-community-bin): 2024.2.3 -> 2024.3 #3995

Workflow file for this run

name: Label PRs
on:
pull_request_target:
types: [opened, reopened]
jobs:
label-pr:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- uses: srvaroa/labeler@master
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"