Skip to content

Commit

Permalink
Add synchronize to check-changelog github action types (#11653)
Browse files Browse the repository at this point in the history
* add synchronize to types to trigger with new commit pushes
  • Loading branch information
avpeery committed Mar 30, 2022
1 parent f21d462 commit 06e58f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Check PR Requirements

on:
pull_request:
types: [opened, reopened, edited, labeled, unlabeled]
types: [opened, reopened, edited, labeled, unlabeled, synchronize]

jobs:
check-changelog:
Expand Down

0 comments on commit 06e58f1

Please sign in to comment.