Skip to content

Commit

Permalink
add a changelog entry check for pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed May 23, 2024
1 parent 8e6497a commit d3a6fdb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/changelog-entry-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: Changelog entry check

on:
pull_request:
types:
- opened
- reopened
- labeled
- unlabeled
- synchronize
types:
- opened
- reopened
- labeled
- unlabeled
- synchronize

defaults:
run:
Expand Down

0 comments on commit d3a6fdb

Please sign in to comment.