Skip to content

Commit

Permalink
Check changelog message in release branches also
Browse files Browse the repository at this point in the history
  • Loading branch information
akuzm committed Jan 31, 2023
1 parent e47554b commit d6cadb7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/changelog-check.yaml
Expand Up @@ -2,7 +2,10 @@ name: Check CHANGELOG.md updated
on:
pull_request:
types: [opened, synchronize, reopened, edited]
branches: [main]
# It's important to check that the changelog is updated with bug fixes that
# we backport to the release branches, so these branches are included as
# well.
branches: [main, "*.?.x"]
jobs:
# Check that the CHANGELOG is updated by the pull request. This can be
# disabled by adding a trailer line of the following form to the
Expand Down

0 comments on commit d6cadb7

Please sign in to comment.