Skip to content

fix(validator): allow issue validator to accept external issues #9

fix(validator): allow issue validator to accept external issues

fix(validator): allow issue validator to accept external issues #9

Workflow file for this run

name: Do self test using current action
on:
pull_request_target:
jobs:
cpr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Test validation to self
uses: ./
with:
access_token: ${{ secrets.GITHUB_TOKEN }}
edit: true
verbose: true