This is an automated email from the ASF dual-hosted git repository.

haonan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/master by this push:
     new 5011596  [IOTDB-1818] Automatically label the branch name for 
dependabot's PR (#4125)
5011596 is described below

commit 5011596ef1328e4287313f79702f1c16ea830cc8
Author: Steve Yurong Su <[email protected]>
AuthorDate: Tue Oct 12 10:41:30 2021 +0800

    [IOTDB-1818] Automatically label the branch name for dependabot's PR (#4125)
---
 .github/dependabot.yml | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index d8cdc16..d9557e6 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -23,21 +23,37 @@ updates:
     schedule:
       interval: daily
     target-branch: "master"
+    labels:
+      - "master"
+      - "dependencies"
+      - "java"
 
   - package-ecosystem: maven
     directory: "/"
     schedule:
       interval: daily
     target-branch: "rel/0.12"
+    labels:
+      - "0.12"
+      - "dependencies"
+      - "java"
 
   - package-ecosystem: "github-actions"
     directory: "/"
     schedule:
       interval: daily
     target-branch: "master"
+    labels:
+      - "master"
+      - "dependencies"
+      - "github_actions"
 
   - package-ecosystem: "github-actions"
     directory: "/"
     schedule:
       interval: daily
     target-branch: "rel/0.12"
+    labels:
+      - "0.12"
+      - "dependencies"
+      - "github_actions"

Reply via email to