Skip to content

Commit

Permalink
Setup GitHub merge queue (#2045)
Browse files Browse the repository at this point in the history
  • Loading branch information
andyleejordan committed Jul 13, 2023
1 parent 36854aa commit 712c0f8
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 7 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
# The branches below must be a subset of the branches above
branches: [ main ]
paths-ignore: [ '**/*.md' ]
merge_group:
types: [ checks_requested ]
schedule:
- cron: '00 14 * * *' # Every morning at 7:00am PDT

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/emacs-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
# The branches below must be a subset of the branches above
branches: [ main ]
paths-ignore: [ '**/*.md' ]
merge_group:
types: [ checks_requested ]

jobs:
test:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/vim-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
# The branches below must be a subset of the branches above
branches: [ main ]
paths-ignore: [ '**/*.md' ]
merge_group:
types: [ checks_requested ]

jobs:
test:
Expand Down
9 changes: 8 additions & 1 deletion .vsts-ci/azure-pipelines-ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
name: PR-$(System.PullRequest.PullRequestNumber)-$(Date:yyyyMMdd)$(Rev:.rr)
name: CI-$(Build.SourceBranchName)-$(Date:yyyyMMdd)$(Rev:.rr)

trigger:
- gh-readonly-queue/main/*
pr:
paths:
exclude:
- '**/*.md'

variables:
# Don't download unneeded packages
Expand Down
11 changes: 5 additions & 6 deletions .vsts-ci/misc-analysis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
name: PR-$(System.PullRequest.PullRequestNumber)-$(Date:yyyyMMdd)$(Rev:.rr)
name: Misc-$(Build.SourceBranchName)-$(Date:yyyyMMdd)$(Rev:.rr)

trigger:
branches:
include:
- main

- gh-readonly-queue/main/*
pr:
- main
paths:
exclude:
- '**/*.md'

resources:
repositories:
Expand Down

0 comments on commit 712c0f8

Please sign in to comment.