Skip to content

Commit

Permalink
ci: Enable conventional commits for pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
rifont committed May 20, 2024
1 parent 911b987 commit 86d57a8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/conventional-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ on:
- synchronize

# Use the following event if you want edit and test setting regarding conventional commits
# pull_request:
# types:
# - opened
# - edited
# - synchronize
pull_request:
types:
- opened
- edited
- synchronize

permissions:
pull-requests: write
Expand Down

0 comments on commit 86d57a8

Please sign in to comment.