From 50520b5b4597706aad2b9a61f8fc3eb82a86b78c Mon Sep 17 00:00:00 2001 From: Thomas Greco <6646552+tgrecojs@users.noreply.github.com> Date: Mon, 2 Dec 2024 12:43:11 -0500 Subject: [PATCH] chore: added merge_group rule needed for protected branch configuration see [github docs on status checks](https://docs.github.com/en/enterprise-cloud@latest/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/troubleshooting-required-status-checks#status-checks-with-github-actions-and-a-merge-queue) --- .github/workflows/pr.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index ab851d3..a3574f4 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -2,6 +2,7 @@ name: Lint and Test on: pull_request: + merge_group: jobs: all: