Skip to content

Commit

Permalink
fix: corrected file
Browse files Browse the repository at this point in the history
  • Loading branch information
mhochsto committed Sep 12, 2024
1 parent 455e277 commit 50cf6bf
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions .github/workflows/semantic-pr.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
name: Semantic PR
name: 'Semantic PR Title'

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

permissions:
pull-requests: read

jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: evva-sfw/.github/semantic-pr.yml

0 comments on commit 50cf6bf

Please sign in to comment.