Skip to content

feat: add a way to make a POST only action #122

feat: add a way to make a POST only action

feat: add a way to make a POST only action #122

Workflow file for this run

name: conventional-pr
on:
pull_request:
types:
- opened
- edited
- synchronize
branches:
- master
jobs:
lint-pr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
# check for the most recent release: https://github.com/CondeNast/conventional-pull-request-action/releases
- uses: CondeNast/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}