Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit cadf294

Browse files
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 8 additions & 1 deletion
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

Lines changed: 5 additions & 6 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /