Skip to content

Commit

Permalink
Update semantic_release_lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
matmalkowski authored Oct 2, 2024
1 parent 605fb07 commit c15d7b1
Showing 1 changed file with 14 additions and 11 deletions.
25 changes: 14 additions & 11 deletions .github/workflows/semantic_release_lint.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
name: 'Pull Request SemVer lint'

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

jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v1.2.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- uses: amannn/action-semantic-pull-request@v3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit c15d7b1

Please sign in to comment.