Open mfocko opened 8 months ago
As reported by @lbarcziova, right now it is not possible to use merge queue with the release notes check
We need to react on merge_groups (checks_requested) events too. Event should contain merge_group.head_commit.message which should contain the release notes. If it is the merge commit :)
merge_groups
checks_requested
merge_group.head_commit.message
Since this has a low priority and doesn't block us, moving to backlog for “some” (hopefully, potentially, perhapsly) Friday.
As reported by @lbarcziova, right now it is not possible to use merge queue with the release notes check
We need to react on
merge_groups
(checks_requested
) events too. Event should containmerge_group.head_commit.message
which should contain the release notes. If it is the merge commit :)