Skip to content

chore(deps): bump eslint-plugin-jsdoc from 48.2.1 to 48.2.5 #7106

chore(deps): bump eslint-plugin-jsdoc from 48.2.1 to 48.2.5

chore(deps): bump eslint-plugin-jsdoc from 48.2.1 to 48.2.5 #7106

Workflow file for this run

name: Label PR
on:
pull_request:
types: [opened, synchronize]
jobs:
label:
name: Label PR based on title or changed files
runs-on: ubuntu-latest
steps:
# The settings for this action are in `.github/labeler.yml`.
# See https://github.com/srvaroa/labeler.
- uses: srvaroa/labeler@v1.4
env:
GITHUB_TOKEN: ${{secrets.OTTO_THE_BOT_GH_TOKEN}}