Skip to content

Instantly share code, notes, and snippets.

@keriat
Created February 1, 2022 19:32
Show Gist options
  • Save keriat/622514a1fb706b427ced7626b70c593b to your computer and use it in GitHub Desktop.
Save keriat/622514a1fb706b427ced7626b70c593b to your computer and use it in GitHub Desktop.
GitHub Action: Semantic PR title
name: Semantic PR title
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
main:
name: Check PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@keriat
Copy link
Author

keriat commented Feb 1, 2022

Thanks to @gscript

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment