Skip to content

Commit

Permalink
fix: lint-pr workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pehlicd committed May 17, 2024
1 parent a5a60b7 commit f320de1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/lint-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,17 @@ on:
- edited
- synchronize

permissions:
pull-requests: write

jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- name: lint_pr_title
id: lint_pr_title
uses: amannn/action-semantic-pull-request@v5.1.0
uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: marocchino/sticky-pull-request-comment@v2
Expand Down

0 comments on commit f320de1

Please sign in to comment.