Skip to content
This repository was archived by the owner on Jan 31, 2024. It is now read-only.

Commit adf7bb6

Browse files
authored
include thoth configuration file for kebechet (#323)
Signed-off-by: Harshad Reddy Nalla <hnalla@redhat.com>
1 parent c125831 commit adf7bb6

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

.thoth.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
managers:
2+
- name: version
3+
configuration:
4+
maintainers:
5+
- crobby
6+
- vpavlin
7+
- lavlas
8+
- nakfour
9+
assignees:
10+
- sesheta
11+
labels: [bot]
12+
changelog_file: true

version.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/usr/bin/env python3
2+
"""This file is just for the release bots of opendatahub manifests"""
3+
4+
5+
__version__ = "1.0.0"

0 commit comments

Comments
 (0)