Skip to content

Commit adf7bb6

Browse files
authored
include thoth configuration file for kebechet (#323)
Signed-off-by: Harshad Reddy Nalla <[email protected]>
1 parent c125831 commit adf7bb6

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

Diff for: .thoth.yaml

+12
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

Diff for: version.py

+5
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)