Skip to content

enable merge queues #243

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

Merged
merged 6 commits into from
Mar 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/code-scanning-pack-gen.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Code Scanning Query Pack Generation

on:
merge_group:
pull_request:
branches:
- main
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/codeql_unit_tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: CodeQL Unit Testing

on:
merge_group:
push:
branches:
- main
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/extra-rule-validation.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: ⚙️ Extra Rule Validation

on:
merge_group:
push:
branches:
- main
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/generate-html-docs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Generate HTML documentation

on:
merge_group:
push:
branches:
- main
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tooling-unit-tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: 🧰 Tooling unit tests

on:
merge_group:
push:
branches:
- main
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/validate-coding-standards.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Validating Coding Standards

on:
merge_group:
push:
branches:
- main
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/verify-standard-library-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Verify Standard Library Dependencies

# Run this workflow every time the "supported_codeql_configs.json" file or a "qlpack.yml" file is changed
on:
merge_group:
pull_request:
branches:
- main
Expand Down