Skip to content

Commit

Permalink
chore: workflow for semantic title
Browse files Browse the repository at this point in the history
  • Loading branch information
cdnninja authored Mar 9, 2024
1 parent 6fac87c commit 7ca84da
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/semanticTitle.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: "Semantic Title"

on:
pull_request_target:
types:
- opened
- edited
- synchronize

jobs:
main:
runs-on: ubuntu-latest
steps:
# Please look up the latest version from
# https://github.com/amannn/action-semantic-pull-request/releases
- uses: amannn/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 7ca84da

Please sign in to comment.