Skip to content

upd(rhino*core): 2024.2 -> 2025.1~RC #4095

upd(rhino*core): 2024.2 -> 2025.1~RC

upd(rhino*core): 2024.2 -> 2025.1~RC #4095

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 }}"