You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wayang.apache.org by al...@apache.org on 2023/03/06 08:32:31 UTC

[incubator-wayang-website] branch main updated (92171c4 -> c795e34)

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

aloalt pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-wayang-website.git


    from 92171c4  Merge pull request #17 from 2pk03/main
     new 4804a4c  Starting the migration process to github actions
     new 8df8a42  Testing CI script
     new 5fc072c  testing script
     new 24a3c44  testing ruby
     new 06e9294  removing rake test
     new d06110c  Merge pull request #1 from glauesppen/feature/travis-to-actions
     new 40b8455  Adding pull request template
     new 15958ce  Creating simple release action, commenting travis file aand updating the main actions with all commands
     new 919659c  Fixing typo
     new 36425af  Changing run name
     new c795e34  Merge pull request #19 from glauesppen/main

The 150 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/PULL_REQUEST_TEMPLATE  |  24 ++++++++
 .github/workflows/main.yaml    | 124 +++++++++++++++++++++++++++++++++++++++++
 .github/workflows/release.yaml |  21 +++++++
 .travis.yml                    |  34 +++++------
 4 files changed, 186 insertions(+), 17 deletions(-)
 create mode 100644 .github/PULL_REQUEST_TEMPLATE
 create mode 100644 .github/workflows/main.yaml
 create mode 100644 .github/workflows/release.yaml