Use merge_group

This commit is contained in:
NARUSE, Yui 2023-03-28 21:01:44 +09:00
parent c86ccccbd7
commit 6ce6b4d1e7
15 changed files with 92 additions and 1 deletions

View File

@ -14,6 +14,12 @@ on:
- '**/man' - '**/man'
- '**.rdoc' - '**.rdoc'
- '**/.document' - '**/.document'
merge_group:
paths-ignore:
- 'doc/**'
- '**/man'
- '**.rdoc'
- '**/.document'
concurrency: concurrency:
group: ${{ github.workflow }} / ${{ startsWith(github.event_name, 'pull') && github.ref_name || github.sha }} group: ${{ github.workflow }} / ${{ startsWith(github.event_name, 'pull') && github.ref_name || github.sha }}

View File

@ -15,6 +15,13 @@ on:
- '**.md' - '**.md'
- '**.rdoc' - '**.rdoc'
- '**/.document' - '**/.document'
merge_group:
paths-ignore:
- 'doc/**'
- '**/man'
- '**.md'
- '**.rdoc'
- '**/.document'
concurrency: concurrency:
group: ${{ github.workflow }} / ${{ startsWith(github.event_name, 'pull') && github.ref_name || github.sha }} group: ${{ github.workflow }} / ${{ startsWith(github.event_name, 'pull') && github.ref_name || github.sha }}

View File

@ -9,6 +9,10 @@ on:
paths: paths:
- '.github/workflows/bundled_gems.yml' - '.github/workflows/bundled_gems.yml'
- 'gems/bundled_gems' - 'gems/bundled_gems'
merge_group:
paths:
- '.github/workflows/bundled_gems.yml'
- 'gems/bundled_gems'
schedule: schedule:
- cron: '45 6 * * *' - cron: '45 6 * * *'
workflow_dispatch: workflow_dispatch:

View File

@ -14,6 +14,13 @@ on:
- '**.md' - '**.md'
- '**.rdoc' - '**.rdoc'
- '**/.document' - '**/.document'
merge_group:
paths-ignore:
- 'doc/**'
- '**/man'
- '**.md'
- '**.rdoc'
- '**/.document'
concurrency: concurrency:
group: ${{ github.workflow }} / ${{ startsWith(github.event_name, 'pull') && github.ref_name || github.sha }} group: ${{ github.workflow }} / ${{ startsWith(github.event_name, 'pull') && github.ref_name || github.sha }}

View File

@ -1,5 +1,5 @@
name: Miscellaneous checks name: Miscellaneous checks
on: [push, pull_request] on: [push, pull_request, merge_group]
concurrency: concurrency:
group: ${{ github.workflow }} / ${{ startsWith(github.event_name, 'pull') && github.ref_name || github.sha }} group: ${{ github.workflow }} / ${{ startsWith(github.event_name, 'pull') && github.ref_name || github.sha }}

View File

@ -14,6 +14,12 @@ on:
- '**/man' - '**/man'
- '**.rdoc' - '**.rdoc'
- '**/.document' - '**/.document'
merge_group:
paths-ignore:
- 'doc/**'
- '**/man'
- '**.rdoc'
- '**/.document'
concurrency: concurrency:
group: ${{ github.workflow }} / ${{ startsWith(github.event_name, 'pull') && github.ref_name || github.sha }} group: ${{ github.workflow }} / ${{ startsWith(github.event_name, 'pull') && github.ref_name || github.sha }}

View File

@ -14,6 +14,13 @@ on:
- '**.md' - '**.md'
- '**.rdoc' - '**.rdoc'
- '**/.document' - '**/.document'
merge_group:
paths-ignore:
- 'doc/**'
- '**/man'
- '**.md'
- '**.rdoc'
- '**/.document'
concurrency: concurrency:
group: ${{ github.workflow }} / ${{ startsWith(github.event_name, 'pull') && github.ref_name || github.sha }} group: ${{ github.workflow }} / ${{ startsWith(github.event_name, 'pull') && github.ref_name || github.sha }}

View File

@ -14,6 +14,13 @@ on:
- '**.md' - '**.md'
- '**.rdoc' - '**.rdoc'
- '**/.document' - '**/.document'
merge_group:
paths-ignore:
- 'doc/**'
- '**/man'
- '**.md'
- '**.rdoc'
- '**/.document'
concurrency: concurrency:
group: ${{ github.workflow }} / ${{ startsWith(github.event_name, 'pull') && github.ref_name || github.sha }} group: ${{ github.workflow }} / ${{ startsWith(github.event_name, 'pull') && github.ref_name || github.sha }}

View File

@ -14,6 +14,13 @@ on:
- '**.md' - '**.md'
- '**.rdoc' - '**.rdoc'
- '**/.document' - '**/.document'
merge_group:
paths-ignore:
- 'doc/**'
- '**/man'
- '**.md'
- '**.rdoc'
- '**/.document'
concurrency: concurrency:
group: ${{ github.workflow }} / ${{ startsWith(github.event_name, 'pull') && github.ref_name || github.sha }} group: ${{ github.workflow }} / ${{ startsWith(github.event_name, 'pull') && github.ref_name || github.sha }}

View File

@ -16,6 +16,14 @@ on:
- '**/.document' - '**/.document'
- '**.[1-8]' - '**.[1-8]'
- '**.ronn' - '**.ronn'
merge_group:
paths-ignore:
- 'doc/**'
- '**.md'
- '**.rdoc'
- '**/.document'
- '**.[1-8]'
- '**.ronn'
concurrency: concurrency:
group: ${{ github.workflow }} / ${{ startsWith(github.event_name, 'pull') && github.ref_name || github.sha }} group: ${{ github.workflow }} / ${{ startsWith(github.event_name, 'pull') && github.ref_name || github.sha }}

View File

@ -9,6 +9,10 @@ on:
paths-ignore: paths-ignore:
- 'spec/**' - 'spec/**'
- '!spec/*.md' - '!spec/*.md'
merge_group:
paths-ignore:
- 'spec/**'
- '!spec/*.md'
concurrency: concurrency:
group: ${{ github.workflow }} / ${{ startsWith(github.event_name, 'pull') && github.ref_name || github.sha }} group: ${{ github.workflow }} / ${{ startsWith(github.event_name, 'pull') && github.ref_name || github.sha }}

View File

@ -14,6 +14,13 @@ on:
- '**.md' - '**.md'
- '**.rdoc' - '**.rdoc'
- '**/.document' - '**/.document'
merge_group:
paths-ignore:
- 'doc/**'
- '**/man'
- '**.md'
- '**.rdoc'
- '**/.document'
concurrency: concurrency:
group: ${{ github.workflow }} / ${{ startsWith(github.event_name, 'pull') && github.ref_name || github.sha }} group: ${{ github.workflow }} / ${{ startsWith(github.event_name, 'pull') && github.ref_name || github.sha }}

View File

@ -14,6 +14,13 @@ on:
- '**.md' - '**.md'
- '**.rdoc' - '**.rdoc'
- '**/.document' - '**/.document'
merge_group:
paths-ignore:
- 'doc/**'
- '**/man'
- '**.md'
- '**.rdoc'
- '**/.document'
concurrency: concurrency:
group: ${{ github.workflow }} / ${{ startsWith(github.event_name, 'pull') && github.ref_name || github.sha }} group: ${{ github.workflow }} / ${{ startsWith(github.event_name, 'pull') && github.ref_name || github.sha }}

View File

@ -14,6 +14,13 @@ on:
- '**.md' - '**.md'
- '**.rdoc' - '**.rdoc'
- '**/.document' - '**/.document'
merge_group:
paths-ignore:
- 'doc/**'
- '**/man'
- '**.md'
- '**.rdoc'
- '**/.document'
concurrency: concurrency:
group: ${{ github.workflow }} / ${{ startsWith(github.event_name, 'pull') && github.ref_name || github.sha }} group: ${{ github.workflow }} / ${{ startsWith(github.event_name, 'pull') && github.ref_name || github.sha }}

View File

@ -14,6 +14,13 @@ on:
- '**.md' - '**.md'
- '**.rdoc' - '**.rdoc'
- '**/.document' - '**/.document'
merge_group:
paths-ignore:
- 'doc/**'
- '**/man'
- '**.md'
- '**.rdoc'
- '**/.document'
concurrency: concurrency:
group: ${{ github.workflow }} / ${{ startsWith(github.event_name, 'pull') && github.ref_name || github.sha }} group: ${{ github.workflow }} / ${{ startsWith(github.event_name, 'pull') && github.ref_name || github.sha }}