Skip to content

Commit

Permalink
ci(actions/conventional-pr): centralize action by invoking against gi…
Browse files Browse the repository at this point in the history
…thub-workflows
  • Loading branch information
sheldonhull committed Oct 25, 2022
1 parent 7c468b6 commit 4eca79f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/conventional-pr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: conventional-commit-pr-title
on:
pull_request_target:
types:
- opened
- edited
- synchronize
permissions:
pull-requests: read
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
jobs:
conventional-commit-pr-title:
uses: delineaxpm/github-workflows/.github/workflows/conventional-pr.yml@main
secrets: inherit

0 comments on commit 4eca79f

Please sign in to comment.