Skip to content

chore(deps): bump express-rate-limit from 8.2.1 to 8.2.2 in the npm_and_yarn group across 1 directory #3237

chore(deps): bump express-rate-limit from 8.2.1 to 8.2.2 in the npm_and_yarn group across 1 directory

chore(deps): bump express-rate-limit from 8.2.1 to 8.2.2 in the npm_and_yarn group across 1 directory #3237

Workflow file for this run

name: PR Labeler
permissions:
contents: read
pull-requests: write
on:
pull_request_target:
types: [opened, synchronize]
jobs:
label:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- name: Label PR based on changes
uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v6
with:
token: '${{ secrets.GITHUB_TOKEN }}'