Skip to content

Commit

Permalink
ci(workflows): switched to evva-sfw workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mhochsto committed Sep 13, 2024
1 parent 309b465 commit 2c1a71e
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/semantic.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,14 @@
name: semantic

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

permissions:
pull-requests: read

jobs:
semantic_pr:
semantic-pr:
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 2c1a71e

Please sign in to comment.