Skip to content

chore(deps-dev): bump @octokit/plugin-rest-endpoint-methods from 11.0.0 to 11.0.1 #1127

chore(deps-dev): bump @octokit/plugin-rest-endpoint-methods from 11.0.0 to 11.0.1

chore(deps-dev): bump @octokit/plugin-rest-endpoint-methods from 11.0.0 to 11.0.1 #1127

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