This is an automated email from the ASF dual-hosted git repository.
jadams pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/daffodil.git
The following commit(s) were added to refs/heads/main by this push:
new 6d60986a5 Add scala-steward configuration file
6d60986a5 is described below
commit 6d60986a53d4734338cdfdaa953711b012e4423c
Author: Steve Lawrence <[email protected]>
AuthorDate: Mon May 5 13:56:08 2025 -0400
Add scala-steward configuration file
The only thing this changes from the default is to apply the
"dependencies" label to scala steward PRs so that we can more easily
filter or view this PRs.
DAFFODIL-2995
---
.scala-steward.conf | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/.scala-steward.conf b/.scala-steward.conf
new file mode 100644
index 000000000..8e43f4199
--- /dev/null
+++ b/.scala-steward.conf
@@ -0,0 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements. See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+#
https://github.com/scala-steward-org/scala-steward/blob/main/docs/repo-specific-configuration.md
+
+pullRequests.customLabels = [ "dependencies" ]