Commit 64c6575
tools: simplify and fix commit queue
Use `gh` CLI for CI and commit queue jobs, and use the correct token
to merge PRs.
PR-URL: #40742
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Voltrex <mohammadkeyvanzade94@gmail.com>1 parent cba8eaf commit 64c6575Copy full SHA for 64c6575
File tree
Expand file treeCollapse file tree
4 files changed
+35
-78
lines changedOpen diff view settings
Filter options
- .github/workflows
- tools/actions
Expand file treeCollapse file tree
4 files changed
+35
-78
lines changedOpen diff view settings
Collapse file
.github/workflows/auto-start-ci.yml
Copy file name to clipboardExpand all lines: .github/workflows/auto-start-ci.yml+3-1Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
60 | 60 | |
61 | 61 | |
62 | 62 | |
63 | | - |
| 63 | + |
| 64 | + |
| 65 | + |
Collapse file
.github/workflows/commit-queue.yml
Copy file name to clipboardExpand all lines: .github/workflows/commit-queue.yml+3-1Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
78 | 78 | |
79 | 79 | |
80 | 80 | |
81 | | - |
| 81 | + |
| 82 | + |
| 83 | + |
Collapse file
tools/actions/commit-queue.sh
Copy file name to clipboardExpand all lines: tools/actions/commit-queue.sh+21-40Lines changed: 21 additions & 40 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
4 | 4 | |
5 | 5 | |
6 | 6 | |
7 | | - |
8 | | - |
| 7 | + |
9 | 8 | |
10 | 9 | |
11 | 10 | |
12 | 11 | |
13 | | - |
14 | | - |
15 | | - |
16 | | - |
17 | | - |
18 | | - |
19 | | - |
| 12 | + |
| 13 | + |
20 | 14 | |
21 | 15 | |
22 | | - |
23 | | - |
24 | | - |
25 | | - |
26 | | - |
27 | | - |
28 | | - |
29 | | - |
30 | | - |
31 | | - |
32 | | - |
33 | | - |
34 | | - |
35 | | - |
36 | | - |
37 | | - |
38 | | - |
39 | | - |
40 | | - |
41 | | - |
| 16 | + |
42 | 17 | |
43 | 18 | |
44 | 19 | |
45 | | - |
| 20 | + |
| 21 | + |
| 22 | + |
46 | 23 | |
47 | 24 | |
48 | 25 | |
49 | | - |
50 | | - |
| 26 | + |
| 27 | + |
51 | 28 | |
52 | | - |
| 29 | + |
53 | 30 | |
54 | | - |
| 31 | + |
55 | 32 | |
56 | 33 | |
57 | 34 | |
58 | 35 | |
59 | 36 | |
60 | 37 | |
61 | 38 | |
62 | | - |
| 39 | + |
63 | 40 | |
64 | 41 | |
65 | 42 | |
| ||
73 | 50 | |
74 | 51 | |
75 | 52 | |
76 | | - |
| 53 | + |
77 | 54 | |
78 | 55 | |
79 | 56 | |
| ||
106 | 83 | |
107 | 84 | |
108 | 85 | |
109 | | - |
| 86 | + |
| 87 | + |
110 | 88 | |
111 | 89 | |
112 | 90 | |
113 | 91 | |
114 | 92 | |
115 | 93 | |
116 | | - |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
117 | 98 | |
118 | 99 | |
119 | 100 | |
| ||
124 | 105 | |
125 | 106 | |
126 | 107 | |
127 | | - |
| 108 | + |
128 | 109 | |
129 | | - |
| 110 | + |
130 | 111 | |
131 | 112 | |
132 | 113 | |
Collapse file
+8-36Lines changed: 8 additions & 36 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
2 | 2 | |
3 | 3 | |
4 | 4 | |
5 | | - |
6 | | - |
7 | | - |
8 | | - |
9 | | - |
10 | | - |
11 | | - |
12 | | - |
13 | | - |
14 | | - |
15 | | - |
16 | | - |
17 | | - |
18 | | - |
19 | | - |
20 | | - |
21 | | - |
22 | | - |
23 | | - |
| 5 | + |
| 6 | + |
24 | 7 | |
25 | 8 | |
26 | | - |
27 | | - |
28 | | - |
29 | | - |
| 9 | + |
30 | 10 | |
31 | 11 | |
32 | 12 | |
| ||
35 | 15 | |
36 | 16 | |
37 | 17 | |
38 | | - |
39 | | - |
40 | | - |
41 | | - |
42 | | - |
43 | | - |
44 | | - |
45 | | - |
46 | | - |
47 | | - |
48 | | - |
49 | | - |
50 | | - |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
51 | 23 | |
52 | 24 | |
53 | 25 | |
|
0 commit comments