Skip to content

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

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 #84

Workflow file for this run

name: Check pull request semantics
on:
pull_request_target:
jobs:
cpr:
runs-on: ubuntu-latest
steps:
- name: Check PR semantics
uses: Namchee/conventional-pr@master
with:
access_token: ${{ secrets.ACCESS_TOKEN }}