Skip to content

chore(deps): bump @actions/github from 5.1.1 to 6.0.0 #835

chore(deps): bump @actions/github from 5.1.1 to 6.0.0

chore(deps): bump @actions/github from 5.1.1 to 6.0.0 #835

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