You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@dubbo.apache.org by GitBox <gi...@apache.org> on 2020/09/13 14:12:46 UTC

[GitHub] [dubbo-getty] sdttttt commented on a change in pull request #47: Ftr: Migrate travis Ci to GithubActions

sdttttt commented on a change in pull request #47:
URL: https://github.com/apache/dubbo-getty/pull/47#discussion_r487534493



##########
File path: .github/workflows/github-actions.yml
##########
@@ -0,0 +1,104 @@
+name: CI
+
+on:
+  push:
+    branches: [ master ]
+  pull_request:
+    branches: "*"
+
+jobs:
+
+  build:
+    name: Build
+    runs-on: ${{ matrix.os }}
+    strategy:
+      matrix:
+        go_version:
+          - 1.13
+        os:
+          - ubuntu-latest
+
+    env:
+      DING_TOKEN: db178ff8c63cdc1b9ae0b86f7c4006ddf35e0249f4ae03441d80e55fdc600419

Review comment:
       Someone with super access is needed to set up the repository's **secrets**.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org