mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-01-26 11:14:08 +00:00
20 lines
342 B
YAML
20 lines
342 B
YAML
---
|
|
name: Semantic PR
|
|
|
|
on:
|
|
pull_request_target:
|
|
types:
|
|
- opened
|
|
- edited
|
|
- synchronize
|
|
|
|
jobs:
|
|
semantic-pr:
|
|
runs-on: self-hosted
|
|
steps:
|
|
- uses: amannn/action-semantic-pull-request@v5.5.3
|
|
env:
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
with:
|
|
validateSingleCommit: true
|