File tree 8 files changed +32
-0
lines changed
8 files changed +32
-0
lines changed Original file line number Diff line number Diff line change 10
10
- cron : " 10 */6 * * *"
11
11
workflow_dispatch :
12
12
13
+ # Allow check to run on the merge queue so that it is eligible to be a "required" check.
14
+ merge_group :
15
+ types : [checks_requested]
16
+
13
17
permissions :
14
18
contents : read
15
19
Original file line number Diff line number Diff line change 10
10
- cron : " 5 */6 * * *"
11
11
workflow_dispatch :
12
12
13
+ # Allow check to run on the merge queue so that it is eligible to be a "required" check.
14
+ merge_group :
15
+ types : [checks_requested]
16
+
13
17
permissions :
14
18
contents : read
15
19
Original file line number Diff line number Diff line change 10
10
- cron : " 15 */6 * * *"
11
11
workflow_dispatch :
12
12
13
+ # Allow check to run on the merge queue so that it is eligible to be a "required" check.
14
+ merge_group :
15
+ types : [checks_requested]
16
+
13
17
permissions :
14
18
contents : read
15
19
Original file line number Diff line number Diff line change 10
10
- cron : " 55 */6 * * *"
11
11
workflow_dispatch :
12
12
13
+ # Allow check to run on the merge queue so that it is eligible to be a "required" check.
14
+ merge_group :
15
+ types : [checks_requested]
16
+
13
17
permissions :
14
18
contents : read
15
19
Original file line number Diff line number Diff line change 10
10
- cron : " 20 */6 * * *"
11
11
workflow_dispatch :
12
12
13
+ # Allow check to run on the merge queue so that it is eligible to be a "required" check.
14
+ merge_group :
15
+ types : [checks_requested]
16
+
13
17
permissions :
14
18
contents : read
15
19
Original file line number Diff line number Diff line change 10
10
- cron : " 25 */6 * * *"
11
11
workflow_dispatch :
12
12
13
+ # Allow check to run on the merge queue so that it is eligible to be a "required" check.
14
+ merge_group :
15
+ types : [checks_requested]
16
+
13
17
permissions :
14
18
contents : read
15
19
Original file line number Diff line number Diff line change 10
10
- cron : " 30 */6 * * *"
11
11
workflow_dispatch :
12
12
13
+ # Allow check to run on the merge queue so that it is eligible to be a "required" check.
14
+ merge_group :
15
+ types : [checks_requested]
16
+
13
17
permissions :
14
18
contents : read
15
19
Original file line number Diff line number Diff line change 10
10
- cron : " 35 */6 * * *"
11
11
workflow_dispatch :
12
12
13
+ # Allow check to run on the merge queue so that it is eligible to be a "required" check.
14
+ merge_group :
15
+ types : [checks_requested]
16
+
13
17
permissions :
14
18
contents : read
15
19
You can’t perform that action at this time.
0 commit comments