Skip to content

feat: Add support for edited events to run the action on every PR edit #2

feat: Add support for edited events to run the action on every PR edit

feat: Add support for edited events to run the action on every PR edit #2

Workflow file for this run

name: Do self test
on:
pull_request:
jobs:
cpr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Test validation to self
uses: ./
with:
access_token: ${{ secrets.ACCESS_TOKEN }}
edit: true
verbose: true