Skip to content

chore(deps-dev): bump @types/jest from 29.5.5 to 29.5.8 #889

chore(deps-dev): bump @types/jest from 29.5.5 to 29.5.8

chore(deps-dev): bump @types/jest from 29.5.5 to 29.5.8 #889

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@v4
- uses: ./
with:
helper: rerun-pr-checks
- uses: ./
with:
helper: remove-label
label: RE-RUN PR CHECKS