aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorST-DDT <[email protected]>2024-11-06 11:37:23 +0100
committerGitHub <[email protected]>2024-11-06 11:37:23 +0100
commit69173a36ed2854712cc27ddceed9a92bacf48336 (patch)
tree1988b2d0e3da9c415218433e27b7ef7e244c4d0f /.github
parentdf87d6083daf402c828fbbf25ce9a0b1639a20c0 (diff)
downloadfaker-69173a36ed2854712cc27ddceed9a92bacf48336.tar.xz
faker-69173a36ed2854712cc27ddceed9a92bacf48336.zip
infra(CI): prepare CI for GitHub merge queues (#3245)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/check-mergable-by-label.yml1
-rw-r--r--.github/workflows/ci.yml1
-rw-r--r--.github/workflows/pr.yml1
-rw-r--r--.github/workflows/semantic-pull-request.yml1
4 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/check-mergable-by-label.yml b/.github/workflows/check-mergable-by-label.yml
index db40f025..d91d72c6 100644
--- a/.github/workflows/check-mergable-by-label.yml
+++ b/.github/workflows/check-mergable-by-label.yml
@@ -9,6 +9,7 @@ on:
- edited
- labeled
- unlabeled
+ merge_group:
permissions: {}
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index e7f2691c..3497af5b 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -5,6 +5,7 @@ on:
branches:
- next
pull_request:
+ merge_group:
permissions:
contents: read # to fetch code (actions/checkout)
diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml
index a9b92649..26b3967c 100644
--- a/.github/workflows/pr.yml
+++ b/.github/workflows/pr.yml
@@ -2,6 +2,7 @@ name: PR
on:
pull_request:
+ merge_group:
permissions:
contents: read # to fetch code (actions/checkout)
diff --git a/.github/workflows/semantic-pull-request.yml b/.github/workflows/semantic-pull-request.yml
index 683e56d7..892774f5 100644
--- a/.github/workflows/semantic-pull-request.yml
+++ b/.github/workflows/semantic-pull-request.yml
@@ -6,6 +6,7 @@ on:
- opened
- edited
- synchronize
+ merge_group:
permissions: {}