Skip to content

Commit 9c4fe54

Browse files
committed
Add schema package webhook-to-fedora-messaging-messages
Signed-off-by: Aurélien Bompard <[email protected]>
1 parent 64e294c commit 9c4fe54

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed

poetry.lock

+16-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+2
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ noggin-messages = {version = "*", optional = true}
7070
nuancier-messages = {version = "*", optional = true}
7171
pagure-messages = {version = "*", optional = true}
7272
tahrir-messages = {version = "*", optional = true}
73+
webhook-to-fedora-messaging-messages = {version = "*", optional = true}
7374

7475
[tool.poetry.dev-dependencies]
7576
pre-commit = ">=2.13.0"
@@ -110,6 +111,7 @@ schemas = [
110111
"nuancier-messages",
111112
"pagure-messages",
112113
"tahrir-messages",
114+
"webhook-to-fedora-messaging-messages",
113115
]
114116

115117

0 commit comments

Comments
 (0)