Skip to content

Commit 61a309e

Browse files
authored
Merge of #9293
2 parents 070a1f4 + 4964cf3 commit 61a309e

File tree

136 files changed

+1466
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

136 files changed

+1466
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: "New option batch_max_wait_time"
3+
date: 2022-01-05
4+
tags:
5+
- Merge Queue
6+
description: ""
7+
---
8+
9+
Add the new option [`batch_max_wait_time`](https://docs.mergify.com/actions/queue/#queue-rules) for queue.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: "batch_max_wait_time defaults to 30s"
3+
date: 2022-01-06
4+
tags:
5+
- Workflow Automation
6+
- Merge Queue
7+
description: ""
8+
---
9+
10+
Change the default value for `batch_max_wait_time` to `30s`.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: "`strict` mode removed"
3+
date: 2022-01-12
4+
tags:
5+
- Workflow Automation
6+
- Deprecations
7+
description: ""
8+
---
9+
10+
Remove deprecated `strict` mode on the `merge` action.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: "Add draft_bot_account"
3+
date: 2022-02-07
4+
tags:
5+
- Merge Queue
6+
- Workflow Automation
7+
description: ""
8+
---
9+
10+
Allow to use a [`draft_bot_account`](https://docs.mergify.com/actions/queue/#queue-rules) for draft pull requests in the queue action.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: "repository-name and repository-full-name"
3+
date: 2022-02-16
4+
tags:
5+
- Rules
6+
description: ""
7+
---
8+
9+
Add `repository-name` and `repository-full-name` in pull requests attributes.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: "New option disallow_checks_interruption_from_queue"
3+
date: 2022-03-08
4+
tags:
5+
- Merge Queue
6+
description: ""
7+
---
8+
9+
Add the [`disallow_checks_interruption_from_queue`](https://docs.mergify.com/actions/queue/#queue-rules) option in the `queue` action. This allows to not interrupt pull requests treatment when a queue with a higher priority receives a new pull request.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: "Queue freeze feature"
3+
date: 2022-03-16
4+
tags:
5+
- API
6+
- Merge Queue
7+
description: ""
8+
---
9+
10+
Add the [queue freeze feature and API](https://docs.mergify.com/actions/queue/#queue-freeze).
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: "requeue and unqueue commands"
3+
date: 2022-03-23
4+
tags:
5+
- Merge Queue
6+
description: ""
7+
---
8+
9+
- Added the [`requeue`](https://docs.mergify.com/commands/#requeue) command.
10+
- Added the [`unqueue`](https://docs.mergify.com/commands/#unqueue) command.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: "API Configuration Validation endpoint"
3+
date: 2022-04-22
4+
tags:
5+
- Deprecations
6+
- API
7+
description: ""
8+
---
9+
10+
The API configuration validation endpoint has been removed.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: "fast-forward merge method"
3+
date: 2022-04-22
4+
tags:
5+
- Workflow Automation
6+
- Merge Queue
7+
description: ""
8+
---
9+
10+
The `queue` and `merge` action supports the `fast-forward` merge method.

0 commit comments

Comments
 (0)