Skip to content

feat(chore): upgrade for to to v.50.x #531

feat(chore): upgrade for to to v.50.x

feat(chore): upgrade for to to v.50.x #531

Workflow file for this run

name: "Pull Request Labeler"
on:
- pull_request_target
jobs:
labeler:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4 # v5 is broken, ref https://github.com/actions/labeler/issues/712. Do not bump.
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"