Skip to content

Commit

Permalink
Specify the type for the merge group
Browse files Browse the repository at this point in the history
  • Loading branch information
rvermeulen committed Oct 11, 2023
1 parent 089c5ae commit 0c6f341
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/code-scanning-pack-gen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Code Scanning Query Pack Generation

on:
merge_group:
types: [checks_requested]
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
Expand Up @@ -2,6 +2,7 @@ name: CodeQL Unit Testing

on:
merge_group:
types: [checks_requested]
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
Expand Up @@ -2,6 +2,7 @@ name: ⚙️ Extra Rule Validation

on:
merge_group:
types: [checks_requested]
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
Expand Up @@ -2,6 +2,7 @@ name: Generate HTML documentation

on:
merge_group:
types: [checks_requested]
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
Expand Up @@ -2,6 +2,7 @@ name: 🧰 Tooling unit tests

on:
merge_group:
types: [checks_requested]
push:
branches:
- main
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/validate-package-files.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Validate Package Files
on:
merge_group:
types: [checks_requested]
pull_request:
branches:
- main
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/validate-query-formatting.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: "Validate Query Formatting"
on:
merge_group:
types: [checks_requested]
pull_request:
branches:
- main
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/validate-query-help.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Validate Query Help Files
on:
merge_group:
types: [checks_requested]
pull_request:
branches:
- main
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/validate-query-test-case-formatting.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Validate Query Test Case Formatting
on:
merge_group:
types: [checks_requested]
pull_request:
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 @@ -3,6 +3,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:
types: [checks_requested]
pull_request:
branches:
- main
Expand Down

0 comments on commit 0c6f341

Please sign in to comment.