Skip to content

Commit cadf294

Browse files
committed
Setup GitHub merge queue (#2045)
1 parent 36854aa commit cadf294

File tree

5 files changed

+19
-7
lines changed

5 files changed

+19
-7
lines changed

.github/workflows/codeql-analysis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
# The branches below must be a subset of the branches above
99
branches: [ main ]
1010
paths-ignore: [ '**/*.md' ]
11+
merge_group:
12+
types: [ checks_requested ]
1113
schedule:
1214
- cron: '00 14 * * *' # Every morning at 7:00am PDT
1315

.github/workflows/emacs-test.yml

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
# The branches below must be a subset of the branches above
99
branches: [ main ]
1010
paths-ignore: [ '**/*.md' ]
11+
merge_group:
12+
types: [ checks_requested ]
1113

1214
jobs:
1315
test:

.github/workflows/vim-test.yml

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
# The branches below must be a subset of the branches above
99
branches: [ main ]
1010
paths-ignore: [ '**/*.md' ]
11+
merge_group:
12+
types: [ checks_requested ]
1113

1214
jobs:
1315
test:

.vsts-ci/azure-pipelines-ci.yml

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
name: PR-$(System.PullRequest.PullRequestNumber)-$(Date:yyyyMMdd)$(Rev:.rr)
1+
name: CI-$(Build.SourceBranchName)-$(Date:yyyyMMdd)$(Rev:.rr)
2+
3+
trigger:
4+
- gh-readonly-queue/main/*
5+
pr:
6+
paths:
7+
exclude:
8+
- '**/*.md'
29

310
variables:
411
# Don't download unneeded packages

.vsts-ci/misc-analysis.yml

+5-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
name: PR-$(System.PullRequest.PullRequestNumber)-$(Date:yyyyMMdd)$(Rev:.rr)
1+
name: Misc-$(Build.SourceBranchName)-$(Date:yyyyMMdd)$(Rev:.rr)
22

33
trigger:
4-
branches:
5-
include:
6-
- main
7-
4+
- gh-readonly-queue/main/*
85
pr:
9-
- main
6+
paths:
7+
exclude:
8+
- '**/*.md'
109

1110
resources:
1211
repositories:

0 commit comments

Comments
 (0)