Skip to content

Update deps (minor) on server release group in the client release group #30752

Update deps (minor) on server release group in the client release group

Update deps (minor) on server release group in the client release group #30752

Workflow file for this run

name: "Pull Request Labeler"
on:
pull_request_target:
types: [ opened, synchronize, reopened ]
jobs:
paths_label:
runs-on: ubuntu-latest
name: Label based on file paths
steps:
- uses: actions/labeler@5c7539237e04b714afd8ad9b4aed733815b9fab4 # ratchet:actions/labeler@v4.0.2
with:
configuration-path: ".github/actions-labeler.yml"
repo-token: "${{ github.token }}"
sync-labels: true # add/remove labels as modified paths in the PR change
branches_label:
runs-on: ubuntu-latest
name: Label base branches and external contributors
steps:
- uses: srvaroa/labeler@953347905ec8e4884e85c9957d24508e24119fc3 # ratchet:srvaroa/labeler@v1.3
env:
GITHUB_TOKEN: "${{ github.token }}"