Skip to content

Commit 21f0fe4

Browse files
ci: Use merge queue (#7879)
1 parent 5061467 commit 21f0fe4

File tree

5 files changed

+8
-28
lines changed

5 files changed

+8
-28
lines changed

.github/workflows/action_lint.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: Github-Action linter
2-
on: [pull_request]
2+
on:
3+
pull_request:
4+
merge_group:
35
jobs:
46
actionlint:
57
runs-on: ubuntu-latest

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: Build
2-
on: [pull_request]
2+
on:
3+
pull_request:
4+
merge_group:
35
jobs:
46
build:
57
runs-on: ubuntu-latest

.github/workflows/prettier_check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Run prettier check
33
on:
44
push:
55
pull_request:
6+
merge_group:
67

78
jobs:
89
prettier:

.github/workflows/rebase.yml

Lines changed: 0 additions & 26 deletions
This file was deleted.

.github/workflows/validate_json.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Check JSON Schema
33
on:
44
push:
55
pull_request:
6+
merge_group:
67

78
jobs:
89
validate_json:

0 commit comments

Comments
 (0)