-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add merge_queue setting to repos #7
Comments
This was referenced Jan 31, 2025
KevFan
added a commit
to KevFan/authorino
that referenced
this issue
Mar 12, 2025
part of: Kuadrant/kuadrant#7 Signed-off-by: KevFan <[email protected]>
KevFan
added a commit
to KevFan/authorino
that referenced
this issue
Mar 12, 2025
part of: Kuadrant/kuadrant#7 Signed-off-by: KevFan <[email protected]>
KevFan
added a commit
to KevFan/authorino-operator
that referenced
this issue
Mar 12, 2025
part of: Kuadrant/kuadrant#7 Signed-off-by: KevFan <[email protected]>
KevFan
added a commit
to KevFan/authorino-operator
that referenced
this issue
Mar 13, 2025
part of: Kuadrant/kuadrant#7 Signed-off-by: KevFan <[email protected]>
KevFan
added a commit
to KevFan/authorino
that referenced
this issue
Mar 13, 2025
part of: Kuadrant/kuadrant#7 Signed-off-by: KevFan <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Changes Required
Configuration Changes
Under any
.github/workflows/
files that contain checks that are required to be retested after addition to the merge queue add the following. Note - if you are not sure which ones, check any that are triggeredon.push_request_target: main
Add the following to
on
If you are using
path_ignores
orpath
to skip jobs based on specified directories or filesUnder jobs add the following pre-job to the top of the list of jobs
Remove the entry for
paths_ignores
ORpath
, it is now handled by the pre-jobFor each job add the following entry:
For all workflow files regardless of the use of
path_ignore
and that contain jobs that need to be retested on addition to the merge queue, to the bottom of the job list add the following:Setting Changes
After your pr is merged add the following settings.
Your Repo ->
Settings
->Branches
->main
->edit
->Require status checks to pass before merging
->true
->
Status Checks that are required
-> Add using therequired-checks.name
for any that you have added to your workflow files.It will look something like the following. Pro Tip: search for

Required Checks
and all your applicable checks should appear in the dropdownYour Repo ->
Settings
->Branches
->main
->edit
->Require merge queue
Repo Checklist
docs.kuadrant.io
docs.kuadrant.io#190kuadrant-console-plugin
kuadrant-console-plugin#197kuadrant.github.io
kuadrant.github.io#74The text was updated successfully, but these errors were encountered: