Skip to content

Commit a6216db

Browse files
authored
Update project metadata (#554)
This project updates the maintainer and code-owner metadata for this project.
1 parent cc39139 commit a6216db

4 files changed

Lines changed: 34 additions & 12 deletions

File tree

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @databrickslabs/role-labs-remorph-write @databrickslabs/role-labs-ucx-write

.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,8 @@ updates:
88
- "databricks*"
99
schedule:
1010
interval: "daily"
11+
groups:
12+
# Patch-level updates are low-risk, and can be batched together into a single PR to reduce update noise.
13+
batch-patch-updates:
14+
update-types:
15+
- "patch"

.github/pull_request_template.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<!-- REMOVE IRRELEVANT COMMENTS BEFORE CREATING A PULL REQUEST -->
2+
## Changes
3+
<!-- Summary of your changes that are easy to understand. Add screenshots when necessary -->
4+
5+
### Linked issues
6+
<!-- DOC: Link issue with a keyword: close, closes, closed, fix, fixes, fixed, resolve, resolves, resolved. See https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword -->
7+
8+
Resolves #..
9+
10+
### Tests
11+
<!-- How is this tested? Please see the checklist below and also describe any other relevant tests -->
12+
13+
- [ ] manually tested
14+
- [ ] added unit tests
15+
- [ ] added integration tests
16+
- [ ] verified on staging environment (screenshot attached)

pyproject.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,20 @@ readme = "README.md"
66
requires-python = ">=3.10,<3.15"
77
license-files = { paths = ["LICENSE", "NOTICE"] }
88
keywords = []
9-
authors = [
10-
{ name = "Serge Smertin", email = "serge.smertin@databricks.com" },
9+
maintainers = [
10+
{ name = "Databricks Labs", email = "labs-oss@databricks.com" },
1111
]
1212
classifiers = [
13-
"License :: Other/Proprietary License",
14-
"Development Status :: 3 - Alpha",
15-
"Programming Language :: Python",
16-
"Programming Language :: Python :: 3.10",
17-
"Programming Language :: Python :: 3.11",
18-
"Programming Language :: Python :: 3.12",
19-
"Programming Language :: Python :: 3.13",
20-
"Programming Language :: Python :: 3.14",
21-
"Programming Language :: Python :: Implementation :: CPython",
22-
"Programming Language :: Python :: Implementation :: PyPy",
13+
"License :: Other/Proprietary License",
14+
"Development Status :: 3 - Alpha",
15+
"Programming Language :: Python",
16+
"Programming Language :: Python :: 3.10",
17+
"Programming Language :: Python :: 3.11",
18+
"Programming Language :: Python :: 3.12",
19+
"Programming Language :: Python :: 3.13",
20+
"Programming Language :: Python :: 3.14",
21+
"Programming Language :: Python :: Implementation :: CPython",
22+
"Programming Language :: Python :: Implementation :: PyPy",
2323
]
2424
dependencies = [
2525
"databricks-labs-blueprint[yaml]~=0.12.0",

0 commit comments

Comments
 (0)