Skip to content

chore(deps-dev): bump jest from 29.5.0 to 29.6.1 #551

chore(deps-dev): bump jest from 29.5.0 to 29.6.1

chore(deps-dev): bump jest from 29.5.0 to 29.6.1 #551

Workflow file for this run

name: Rerun PR Checks
on:
pull_request:
types: [ labeled ]
jobs:
test:
if: ${{ github.event.label.name == 'RE-RUN PR CHECKS' }}
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: ./
with:
helper: rerun-pr-checks
- uses: ./
with:
helper: remove-label
label: RE-RUN PR CHECKS