Skip to content

Commit 0c6f341

Browse files
committed
Specify the type for the merge group
1 parent 089c5ae commit 0c6f341

10 files changed

+10
-0
lines changed

.github/workflows/code-scanning-pack-gen.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Code Scanning Query Pack Generation
22

33
on:
44
merge_group:
5+
types: [checks_requested]
56
pull_request:
67
branches:
78
- main

.github/workflows/codeql_unit_tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: CodeQL Unit Testing
22

33
on:
44
merge_group:
5+
types: [checks_requested]
56
push:
67
branches:
78
- main

.github/workflows/extra-rule-validation.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: ⚙️ Extra Rule Validation
22

33
on:
44
merge_group:
5+
types: [checks_requested]
56
push:
67
branches:
78
- main

.github/workflows/generate-html-docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Generate HTML documentation
22

33
on:
44
merge_group:
5+
types: [checks_requested]
56
push:
67
branches:
78
- main

.github/workflows/tooling-unit-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: 🧰 Tooling unit tests
22

33
on:
44
merge_group:
5+
types: [checks_requested]
56
push:
67
branches:
78
- main

.github/workflows/validate-package-files.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Validate Package Files
22
on:
33
merge_group:
4+
types: [checks_requested]
45
pull_request:
56
branches:
67
- main

.github/workflows/validate-query-formatting.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: "Validate Query Formatting"
22
on:
33
merge_group:
4+
types: [checks_requested]
45
pull_request:
56
branches:
67
- main

.github/workflows/validate-query-help.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Validate Query Help Files
22
on:
33
merge_group:
4+
types: [checks_requested]
45
pull_request:
56
branches:
67
- main

.github/workflows/validate-query-test-case-formatting.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Validate Query Test Case Formatting
22
on:
33
merge_group:
4+
types: [checks_requested]
45
pull_request:
56
branches:
67
- main

.github/workflows/verify-standard-library-dependencies.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Verify Standard Library Dependencies
33
# Run this workflow every time the "supported_codeql_configs.json" file or a "qlpack.yml" file is changed
44
on:
55
merge_group:
6+
types: [checks_requested]
67
pull_request:
78
branches:
89
- main

0 commit comments

Comments
 (0)