Skip to content

Commit

Permalink
Rerun on synchronize to ensure new commits pass checks.
Browse files Browse the repository at this point in the history
  • Loading branch information
rtibbles committed Aug 8, 2024
1 parent 96bd767 commit 9250143
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Check PR for Changelog

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

jobs:
check-description:
Expand Down Expand Up @@ -32,4 +32,4 @@ jobs:
else
echo "Changelog section is missing or does not contain the required details"
exit 1
fi
fi

0 comments on commit 9250143

Please sign in to comment.