Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Lionel Untereiner committed Mar 18, 2024
1 parent a5dafbd commit c271efd
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions .github/workflows/lint_pr.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,24 @@
name: "Lint PR"
name: "Check Semantic Commit"

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

permissions:
pull-requests: write
contents: read

jobs:
main:
name: Validate PR title
permissions:
pull-requests: read # for amannn/action-semantic-pull-request to analyze PRs
statuses: write # for amannn/action-semantic-pull-request to mark status of analyzed PR
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
- name: semantic-pull-request
uses: amannn/action-semantic-pull-request@e9fabac35e210fea40ca5b14c0da95a099eff26f # v5.4.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit c271efd

Please sign in to comment.