Skip to content

chore(deps-dev): bump eslint-plugin-functional from 5.0.8 to 6.0.0 #594

chore(deps-dev): bump eslint-plugin-functional from 5.0.8 to 6.0.0

chore(deps-dev): bump eslint-plugin-functional from 5.0.8 to 6.0.0 #594

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