Skip to content

Commit

Permalink
fix: add open and reopened triggers.
Browse files Browse the repository at this point in the history
  • Loading branch information
drodarie committed Oct 7, 2024
1 parent cbe8c6a commit c6ff1c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Validate Pull Request Name

on:
pull_request:
types: [edited]
types: [edited, opened, reopened]

jobs:
validate-pr-title:
Expand Down

0 comments on commit c6ff1c7

Please sign in to comment.