You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by to...@apache.org on 2022/12/07 12:07:40 UTC

[shardingsphere] branch master updated: Refactor : refactor the nightly build related actions (#22728)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new b84a19163a4 Refactor : refactor the nightly build related actions (#22728)
b84a19163a4 is described below

commit b84a19163a4f50835efff5f35ce24f6d863c4029
Author: 孙念君 Nianjun Sun <su...@apache.org>
AuthorDate: Wed Dec 7 20:07:33 2022 +0800

    Refactor : refactor the nightly build related actions (#22728)
    
    * Refactor : refactor the nightly build related actions
    
    * Refactor : refactor the github pull requst template
---
 .github/PULL_REQUEST_TEMPLATE                                           | 2 --
 .../{nightly-artifact-build.yml => nightly-build-artifact.yml}          | 0
 .../workflows/{nightly-example-build.yml => nightly-build-example.yml}  | 0
 .../sql/{nightly-generator-init.sh => nightly-build-example-init.sh}    | 0
 4 files changed, 2 deletions(-)

diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE
index bd20c10c0a9..da2f0cfd0d7 100644
--- a/.github/PULL_REQUEST_TEMPLATE
+++ b/.github/PULL_REQUEST_TEMPLATE
@@ -2,8 +2,6 @@ Fixes #ISSUSE_ID.
 
 Changes proposed in this pull request:
   -
-  -
-  -
 
 ---
 
diff --git a/.github/workflows/nightly-artifact-build.yml b/.github/workflows/nightly-build-artifact.yml
similarity index 100%
rename from .github/workflows/nightly-artifact-build.yml
rename to .github/workflows/nightly-build-artifact.yml
diff --git a/.github/workflows/nightly-example-build.yml b/.github/workflows/nightly-build-example.yml
similarity index 100%
rename from .github/workflows/nightly-example-build.yml
rename to .github/workflows/nightly-build-example.yml
diff --git a/.github/workflows/resources/sql/nightly-generator-init.sh b/.github/workflows/resources/sql/nightly-build-example-init.sh
similarity index 100%
rename from .github/workflows/resources/sql/nightly-generator-init.sh
rename to .github/workflows/resources/sql/nightly-build-example-init.sh