diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index b659b71..82766b8 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -7,6 +7,7 @@ on: # opened, reopened, synchronize are the default types for pull_request. # labeled, unlabeled ensure this check is also run if a label is added or removed. types: [opened, reopened, synchronize, labeled, unlabeled] + merge_group: name: Changelog diff --git a/CHANGELOG.md b/CHANGELOG.md index a7a8a67..5d82a82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,9 +6,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p ## [Unreleased] +- [#405] Also enable merge queue for changelog enforcer - [#404] Switch from bors to merge queue - [#402] Do not panic if locations do not contain the frame +[#405]: https://github.com/knurling-rs/probe-run/pull/405 [#404]: https://github.com/knurling-rs/probe-run/pull/404 [#402]: https://github.com/knurling-rs/probe-run/pull/402