From 44b5c3c6aa56bb780b01f0af972942496c08a783 Mon Sep 17 00:00:00 2001
From: Octokit Bot
Date: Sun, 2 Oct 2022 19:08:30 -0700
Subject: [PATCH] feat: new `pull_request.dequeued` and `pull_request.queued`
events (#715)
Co-authored-by: wolfy1339
---
.../webhook-events-and-payloads.html | 22 ++++++++++++++
payload-examples/api.github.com/index.json | 6 ++++
.../pull_request/dequeued.schema.json | 28 +++++++++++++++++
.../pull_request/queued.schema.json | 17 +++++++++++
payload-types/schema.d.ts | 30 +++++++++++++++++++
5 files changed, 103 insertions(+)
create mode 100644 payload-schemas/api.github.com/pull_request/dequeued.schema.json
create mode 100644 payload-schemas/api.github.com/pull_request/queued.schema.json
diff --git a/cache/api.github.com/webhook-events-and-payloads.html b/cache/api.github.com/webhook-events-and-payloads.html
index 3d90535dc..346e76899 100644
--- a/cache/api.github.com/webhook-events-and-payloads.html
+++ b/cache/api.github.com/webhook-events-and-payloads.html
@@ -12561,6 +12561,12 @@
>pull requests" REST API.
+
+
+ Note: The pull request merge queue feature is
+ currently in limited public beta and subject to change.
+
+