Skip to content

Bump jest from 26.6.3 to 29.7.0 #106

Bump jest from 26.6.3 to 29.7.0

Bump jest from 26.6.3 to 29.7.0 #106

Workflow file for this run

##
# Label incoming pull requests according to configuration in .github/labeler.yml
##
name: Pull Request Labeler
on:
- pull_request_target
jobs:
triage:
runs-on: ubuntu-latest
steps:
# See documentation: https://github.com/actions/labeler
- uses: actions/labeler@v3
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"