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

chia7712 pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/trunk by this push:
     new cb835d0d6d7 KAFKA-17461 move the .github/README.md to 
.github/workflows/README.md (#17069)
cb835d0d6d7 is described below

commit cb835d0d6d7b6e90cebf824f425c94672e306863
Author: Kuan-Po Tseng <[email protected]>
AuthorDate: Sun Sep 1 23:24:25 2024 +0800

    KAFKA-17461 move the .github/README.md to .github/workflows/README.md 
(#17069)
    
    According to GitHub rule:
    
    If a repository contains more than one README file, then the file shown is 
chosen from locations in the following order: the .github directory, then the 
repository's root directory, and finally the docs directory.
    
    the file .github/readme will override root/readme. Hence, we should move 
.github/readme to ./github/workflows/readme
    
    Reviewers: David Arthur <[email protected]>, Chia-Ping Tsai 
<[email protected]>
---
 .github/{ => workflows}/README.md | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/.github/README.md b/.github/workflows/README.md
similarity index 100%
rename from .github/README.md
rename to .github/workflows/README.md

Reply via email to