You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by as...@apache.org on 2023/06/21 23:47:47 UTC

[arrow] branch main updated: MINOR: [CI] Remove needless ":" from Dependabot PR subject (#36216)

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

assignuser pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/main by this push:
     new 21a4b28d92 MINOR: [CI] Remove needless ":" from Dependabot PR subject (#36216)
21a4b28d92 is described below

commit 21a4b28d9247439e4a35355ea8f2de1f6d7cc388
Author: Sutou Kouhei <ko...@clear-code.com>
AuthorDate: Thu Jun 22 08:47:40 2023 +0900

    MINOR: [CI] Remove needless ":" from Dependabot PR subject (#36216)
    
    ### Rationale for this change
    
        Before: "MINOR: [CI]: Bump ..."
        After:  "MINOR: [CI] Bump ..."
    
    The "After" version is our style.
    
    ### What changes are included in this PR?
    
    Add " " to `prefix:`:
    
    https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#commit-message
    
    > if you end the prefix with a whitespace, there will be no colon
    > added between the prefix and the commit message.
    
    ### Are these changes tested?
    
    No. Sorry.
    
    ### Are there any user-facing changes?
    
    No.
    
    Authored-by: Sutou Kouhei <ko...@clear-code.com>
    Signed-off-by: Jacob Wujciak-Jens <ja...@wujciak.de>
---
 .github/dependabot.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 3edeecddd2..752897e9b2 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -22,4 +22,4 @@ updates:
     schedule:
       interval: "weekly"
     commit-message:
-      prefix: "MINOR: [CI]"
+      prefix: "MINOR: [CI] "