Skip to content

deps: bump jest-environment-jsdom from 29.7.0 to 30.3.0 #80

deps: bump jest-environment-jsdom from 29.7.0 to 30.3.0

deps: bump jest-environment-jsdom from 29.7.0 to 30.3.0 #80

Workflow file for this run

name: Label PRs
on:
pull_request_target:
types: [opened, synchronize, reopened]
permissions:
contents: read
pull-requests: write
jobs:
label:
runs-on: ubuntu-latest
steps:
- name: Label PR based on changed files
uses: actions/labeler@v6
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: .github/labeler.yml
sync-labels: true
size-label:
runs-on: ubuntu-latest
steps:
- name: Label PR by size
uses: codetriage/size-label-action@v1.0.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ignored: "package-lock.json"